⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 geneticdrawingview.form

📁 JGAP是一种遗传算法和遗传规划的组成部分提供了一个Java框架。它提供了基本的遗传机制
💻 FORM
字号:
<?xml version="1.0" encoding="UTF-8" ?><Form version="1.5" maxVersion="1.7">  <NonVisualComponents>    <Container class="javax.swing.JPanel" name="mainPanel">      <Properties>        <Property name="name" type="java.lang.String" value="mainPanel" noResource="true"/>      </Properties>      <Layout>        <DimensionLayout dim="0">          <Group type="103" groupAlignment="0" attributes="0">              <Group type="102" attributes="0">                  <Group type="103" groupAlignment="0" max="-2" attributes="0">                      <Group type="102" attributes="0">                          <EmptySpace min="-2" pref="47" max="-2" attributes="0"/>                          <Component id="chooseImage" min="-2" max="-2" attributes="0"/>                          <EmptySpace type="unrelated" max="-2" attributes="0"/>                          <Component id="startEvolution" min="-2" max="-2" attributes="0"/>                          <EmptySpace min="-2" pref="38" max="-2" attributes="0"/>                      </Group>                      <Group type="102" alignment="1" attributes="1">                          <EmptySpace max="32767" attributes="0"/>                          <Component id="targetImageLabel" min="-2" pref="200" max="-2" attributes="0"/>                          <EmptySpace min="-2" pref="80" max="-2" attributes="0"/>                      </Group>                  </Group>                  <Component id="chartPanel" max="32767" attributes="0"/>                  <EmptySpace max="-2" attributes="0"/>              </Group>          </Group>        </DimensionLayout>        <DimensionLayout dim="1">          <Group type="103" groupAlignment="0" attributes="0">              <Group type="102" alignment="1" attributes="0">                  <EmptySpace max="-2" attributes="0"/>                  <Group type="103" groupAlignment="1" attributes="0">                      <Component id="chartPanel" alignment="0" max="32767" attributes="0"/>                      <Group type="102" alignment="1" attributes="0">                          <Component id="targetImageLabel" pref="202" max="32767" attributes="0"/>                          <EmptySpace max="-2" attributes="0"/>                          <Group type="103" groupAlignment="3" attributes="0">                              <Component id="startEvolution" alignment="3" min="-2" max="-2" attributes="0"/>                              <Component id="chooseImage" alignment="3" min="-2" max="-2" attributes="0"/>                          </Group>                      </Group>                  </Group>                  <EmptySpace max="-2" attributes="0"/>              </Group>          </Group>        </DimensionLayout>      </Layout>      <SubComponents>        <Component class="javax.swing.JButton" name="chooseImage">          <Properties>            <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.swingapp.ActionEditor">              <action class="gd.gui.GeneticDrawingView" id="chooseImage" methodName="chooseImage"/>            </Property>            <Property name="text" type="java.lang.String" resourceKey="chooseImage.text"/>            <Property name="name" type="java.lang.String" value="chooseImage" noResource="true"/>          </Properties>        </Component>        <Component class="javax.swing.JToggleButton" name="startEvolution">          <Properties>            <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.swingapp.ActionEditor">              <action class="gd.gui.GeneticDrawingView" id="startEvolution" methodName="startEvolution"/>            </Property>            <Property name="text" type="java.lang.String" resourceKey="startEvolution.text"/>            <Property name="name" type="java.lang.String" value="startEvolution" noResource="true"/>          </Properties>        </Component>        <Component class="javax.swing.JLabel" name="targetImageLabel">          <Properties>            <Property name="icon" type="javax.swing.Icon" resourceKey="targetImageLabel.icon"/>            <Property name="text" type="java.lang.String" resourceKey="targetImageLabel.text"/>            <Property name="name" type="java.lang.String" value="targetImageLabel" noResource="true"/>          </Properties>        </Component>        <Container class="javax.swing.JPanel" name="chartPanel">          <Properties>            <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">              <Border info="org.netbeans.modules.form.compat2.border.EtchedBorderInfo">                <EtchetBorder/>              </Border>            </Property>            <Property name="name" type="java.lang.String" value="chartPanel" noResource="true"/>          </Properties>          <AuxValues>            <AuxValue name="JavaCodeGenerator_CreateCodeCustom" type="java.lang.String" value="new ChartPanel(chart)"/>            <AuxValue name="JavaCodeGenerator_CreateCodePre" type="java.lang.String" value="JFreeChart chart = ChartFactory.createXYLineChart( &#xa;                &quot;Fitness versus Generation&quot;, &#xa;                &quot;Generation&quot;, &#xa;                &quot;Fitness&quot;, &#xa;                new XYSeriesCollection(new XYSeries(&quot;&quot;)), &#xa;                org.jfree.chart.plot.PlotOrientation.VERTICAL, &#xa;                false, &#xa;                false, &#xa;                false);"/>          </AuxValues>          <Layout>            <DimensionLayout dim="0">              <Group type="103" groupAlignment="0" attributes="0">                  <EmptySpace min="0" pref="399" max="32767" attributes="0"/>              </Group>            </DimensionLayout>            <DimensionLayout dim="1">              <Group type="103" groupAlignment="0" attributes="0">                  <EmptySpace min="0" pref="234" max="32767" attributes="0"/>              </Group>            </DimensionLayout>          </Layout>        </Container>      </SubComponents>    </Container>    <Container class="javax.swing.JMenuBar" name="menuBar">      <Properties>        <Property name="name" type="java.lang.String" value="menuBar" noResource="true"/>      </Properties>      <Layout class="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout">        <Property name="useNullLayout" type="boolean" value="true"/>      </Layout>      <SubComponents>        <Menu class="javax.swing.JMenu" name="fileMenu">          <Properties>            <Property name="text" type="java.lang.String" resourceKey="fileMenu.text"/>            <Property name="name" type="java.lang.String" value="fileMenu" noResource="true"/>          </Properties>          <AuxValues>            <AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/>            <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/>          </AuxValues>          <SubComponents>            <MenuItem class="javax.swing.JMenuItem" name="exitMenuItem">              <Properties>                <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.swingapp.ActionEditor">                  <action class="org.jdesktop.application.Application" id="quit" methodName="quit"/>                </Property>                <Property name="name" type="java.lang.String" value="exitMenuItem" noResource="true"/>              </Properties>              <AuxValues>                <AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/>                <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/>              </AuxValues>            </MenuItem>          </SubComponents>        </Menu>        <Menu class="javax.swing.JMenu" name="helpMenu">          <Properties>            <Property name="text" type="java.lang.String" resourceKey="helpMenu.text"/>            <Property name="name" type="java.lang.String" value="helpMenu" noResource="true"/>          </Properties>          <AuxValues>            <AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/>            <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/>          </AuxValues>          <SubComponents>            <MenuItem class="javax.swing.JMenuItem" name="aboutMenuItem">              <Properties>                <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.swingapp.ActionEditor">                  <action class="gd.gui.GeneticDrawingView" id="showAboutBox" methodName="showAboutBox"/>                </Property>                <Property name="name" type="java.lang.String" value="aboutMenuItem" noResource="true"/>              </Properties>              <AuxValues>                <AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/>                <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/>              </AuxValues>            </MenuItem>          </SubComponents>        </Menu>      </SubComponents>    </Container>  </NonVisualComponents>  <Properties>    <Property name="component" type="javax.swing.JComponent" editor="org.netbeans.modules.form.ComponentChooserEditor">      <ComponentRef name="mainPanel"/>    </Property>    <Property name="menuBar" type="javax.swing.JMenuBar" editor="org.netbeans.modules.form.ComponentChooserEditor">      <ComponentRef name="menuBar"/>    </Property>  </Properties>  <AuxValues>    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="2"/>    <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="true"/>    <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="2"/>    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>    <AuxValue name="designerSize" type="java.awt.Dimension" value="-84,-19,0,5,115,114,0,18,106,97,118,97,46,97,119,116,46,68,105,109,101,110,115,105,111,110,65,-114,-39,-41,-84,95,68,20,2,0,2,73,0,6,104,101,105,103,104,116,73,0,5,119,105,100,116,104,120,112,0,0,1,44,0,0,3,21"/>  </AuxValues></Form>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -