clusterapplet.form

来自「it is Also Kmeans Algorithm in java.」· FORM 代码 · 共 94 行

FORM
94
字号
<?xml version="1.0" encoding="UTF-8" ?><Form version="1.3" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JAppletFormInfo">  <AuxValues>    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>    <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>    <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="1"/>    <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"/>  </AuxValues>  <Layout>    <DimensionLayout dim="0">      <Group type="103" groupAlignment="0" attributes="0">          <Component id="appletPanel1" alignment="0" max="32767" attributes="0"/>          <Group type="102" alignment="0" attributes="0">              <EmptySpace max="-2" attributes="0"/>              <Component id="jButton1" min="-2" max="-2" attributes="0"/>              <EmptySpace max="-2" attributes="0"/>              <Component id="jComboBox1" min="-2" pref="185" max="-2" attributes="0"/>              <EmptySpace pref="192" max="32767" attributes="0"/>              <Component id="jButton2" min="-2" max="-2" attributes="0"/>          </Group>      </Group>    </DimensionLayout>    <DimensionLayout dim="1">      <Group type="103" groupAlignment="0" attributes="0">          <Group type="102" alignment="0" attributes="0">              <EmptySpace min="-2" pref="12" max="-2" attributes="0"/>              <Group type="103" groupAlignment="3" attributes="0">                  <Component id="jButton1" alignment="3" min="-2" max="-2" attributes="0"/>                  <Component id="jComboBox1" alignment="3" min="-2" max="-2" attributes="0"/>                  <Component id="jButton2" alignment="3" min="-2" max="-2" attributes="0"/>              </Group>              <EmptySpace type="unrelated" max="-2" attributes="0"/>              <Component id="appletPanel1" max="32767" attributes="0"/>          </Group>      </Group>    </DimensionLayout>  </Layout>  <SubComponents>    <Container class="clusteranalysis.AppletPanel" name="appletPanel1">      <Layout>        <DimensionLayout dim="0">          <Group type="103" groupAlignment="0" attributes="0">              <EmptySpace min="0" pref="526" max="32767" attributes="0"/>          </Group>        </DimensionLayout>        <DimensionLayout dim="1">          <Group type="103" groupAlignment="0" attributes="0">              <EmptySpace min="0" pref="368" max="32767" attributes="0"/>          </Group>        </DimensionLayout>      </Layout>    </Container>    <Component class="javax.swing.JButton" name="jButton1">      <Properties>        <Property name="text" type="java.lang.String" value="Clean"/>      </Properties>      <Events>        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton1ActionPerformed"/>      </Events>    </Component>    <Component class="javax.swing.JComboBox" name="jComboBox1">      <Properties>        <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">          <StringArray count="4">            <StringItem index="0" value="2 Groups "/>            <StringItem index="1" value="3 Groups "/>            <StringItem index="2" value="4 Groups "/>            <StringItem index="3" value="5 Groups "/>          </StringArray>        </Property>      </Properties>      <Events>        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jComboBox1ActionPerformed"/>        <EventHandler event="propertyChange" listener="java.beans.PropertyChangeListener" parameters="java.beans.PropertyChangeEvent" handler="jComboBox1PropertyChange"/>      </Events>    </Component>    <Component class="javax.swing.JButton" name="jButton2">      <Properties>        <Property name="text" type="java.lang.String" value="About"/>      </Properties>      <Events>        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton2ActionPerformed"/>      </Events>    </Component>  </SubComponents></Form>

⌨️ 快捷键说明

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