📄 analyseframe.form
字号:
<Properties> <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> <ResourceString bundle="org/ray/ninegrid/frame.properties" key="analyse_run" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> </Property> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton1ActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="jButton2"> <Properties> <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> <ResourceString bundle="org/ray/ninegrid/frame.properties" key="analyse_clear" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> </Property> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton2ActionPerformed"/> </Events> </Component> </SubComponents> </Container> <Container class="javax.swing.JPanel" name="jPanel2"> <Constraints> <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription"> <JTabbedPaneConstraints tabName="Tree"> <Property name="tabTitle" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> <ResourceString bundle="org/ray/ninegrid/frame.properties" key="analyse_two" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> </Property> </JTabbedPaneConstraints> </Constraint> </Constraints> <Layout> <DimensionLayout dim="0"> <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"> <Group type="102" alignment="1" attributes="0"> <Component id="jLabel24" pref="165" max="32767" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="jComboBox1" min="-2" pref="198" max="-2" attributes="0"/> </Group> <Component id="treePane" alignment="1" max="32767" attributes="0"/> </Group> <EmptySpace 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 max="-2" attributes="0"/> <Component id="treePane" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="jComboBox1" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jLabel24" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="32767" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Container class="javax.swing.JPanel" name="treePane"> <Properties> <Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="ff" green="ff" red="ff" type="rgb"/> </Property> <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> </Properties> <AuxValues> <AuxValue name="JavaCodeGenerator_CreateCodeCustom" type="java.lang.String" value="new JPanel(){
 public void paint(Graphics g){
 super.paint(g);
 int i=jComboBox1.getSelectedIndex();
 BufferedImage ref=treeImage[i];
 if(ref!=null)
 g.drawImage(ref,0,0,null);
 }
};"/> </AuxValues> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <EmptySpace min="0" pref="363" max="32767" attributes="0"/> </Group> </DimensionLayout> <DimensionLayout dim="1"> <Group type="103" groupAlignment="0" attributes="0"> <EmptySpace min="0" pref="370" max="32767" attributes="0"/> </Group> </DimensionLayout> </Layout> </Container> <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="Empty"/> <StringItem index="1" value="BreadthFirst Search"/> <StringItem index="2" value="Double Threshold BFS"/> <StringItem index="3" value="A-Star Search"/> </StringArray> </Property> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jComboBox1ActionPerformed"/> </Events> </Component> <Component class="javax.swing.JLabel" name="jLabel24"> <Properties> <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> <ResourceString bundle="org/ray/ninegrid/frame.properties" key="algorithm" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> </Property> </Properties> </Component> </SubComponents> </Container> <Container class="javax.swing.JPanel" name="jPanel3"> <Constraints> <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription"> <JTabbedPaneConstraints tabName="Solution"> <Property name="tabTitle" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> <ResourceString bundle="org/ray/ninegrid/frame.properties" key="analyse_three" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> </Property> </JTabbedPaneConstraints> </Constraint> </Constraints> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="65" max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <Component id="jl7" min="-2" pref="80" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="jl8" min="-2" pref="80" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="jl9" min="-2" pref="80" max="-2" attributes="0"/> </Group> <Group type="103" alignment="0" groupAlignment="1" attributes="0"> <Group type="102" alignment="1" attributes="0"> <Component id="jl4" min="-2" pref="80" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="jl5" min="-2" pref="80" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="jl6" min="-2" pref="80" max="-2" attributes="0"/> </Group> <Group type="102" alignment="1" attributes="0"> <Component id="jl1" min="-2" pref="80" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="jl2" min="-2" pref="80" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="jl3" min="-2" pref="80" max="-2" attributes="0"/> </Group> </Group> </Group> </Group> <Group type="102" alignment="1" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="1" attributes="0"> <Component id="slider" alignment="0" pref="333" max="32767" attributes="0"/> <Group type="102" alignment="1" attributes="0"> <EmptySpace min="-2" pref="27" max="-2" attributes="0"/> <Component id="run" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="stop" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" pref="30" max="-2" attributes="0"/> <Component id="backward" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="forward" min="-2" max="-2" attributes="0"/> <EmptySpace max="32767" attributes="0"/> <Component id="jComboBox2" min="-2" pref="84" max="-2" attributes="0"/> </Group> </Group> <EmptySpace min="-2" pref="61" max="-2" attributes="0"/> </Group> </Group> <EmptySpace 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="38" max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="jl1" alignment="3" min="-2" pref="80" max="-2" attributes="0"/> <Component id="jl2" alignment="3" min="-2" pref="80" max="-2" attributes="0"/> <Component id="jl3" alignment="3" min="-2" pref="80" max="-2" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="jl4" alignment="3" min="-2" pref="80" max="-2" attributes="0"/> <Component id="jl5" alignment="3" min="-2" pref="80" max="-2" attributes="0"/> <Component id="jl6" alignment="3" min="-2" pref="80" max="-2" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="jl7" alignment="3" min="-2" pref="80" max="-2" attributes="0"/> <Component id="jl8" alignment="3" min="-2" pref="80" max="-2" attributes="0"/> <Component id="jl9" alignment="3" min="-2" pref="80" max="-2" attributes="0"/> </Group> <EmptySpace min="-2" pref="23" max="-2" attributes="0"/> <Component id="slider" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="103" alignment="0" groupAlignment="3" attributes="0"> <Component id="run" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="stop" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="backward" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="forward" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <Component id="jComboBox2" alignment="0" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace pref="56" max="32767" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Component class="javax.swing.JLabel" name="jl1"> <Properties> <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> <Font name="BatangChe" size="48" style="1"/> </Property> <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="ff" green="33" red="0" type="rgb"/> </Property> <Property name="horizontalAlignment" type="int" value="0"/> <Property name="text" type="java.lang.String" value="1"/>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -