📄 mainjframe.form
字号:
<Group type="103" groupAlignment="3" attributes="0"> <Component id="numOfPlayer" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jLabel7" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="connectStart" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace pref="11" max="32767" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Component class="javax.swing.JLabel" name="jLabel11"> <Properties> <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> <ResourceString bundle="org/ray/ninegrid/frame.properties" key="connecting" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> </Property> </Properties> </Component> <Component class="javax.swing.JProgressBar" name="jProgressBar1"> <Properties> <Property name="indeterminate" type="boolean" value="true"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="jLabel7"> <Properties> <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> <ResourceString bundle="org/ray/ninegrid/frame.properties" key="connection" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> </Property> </Properties> </Component> <Component class="javax.swing.JButton" name="connectStart"> <Properties> <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> <ResourceString bundle="org/ray/ninegrid/frame.properties" key="start" 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="connectStartActionPerformed"/> </Events> </Component> <Component class="javax.swing.JLabel" name="numOfPlayer"> <Properties> <Property name="text" type="java.lang.String" value="1"/> </Properties> </Component> </SubComponents> </Container> <Container class="javax.swing.JDialog" name="aboutDialog"> <Properties> <Property name="title" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> <ResourceString bundle="org/ray/ninegrid/frame.properties" key="about" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> </Property> <Property name="locationByPlatform" type="boolean" value="true"/> </Properties> <Events> <EventHandler event="mouseMoved" listener="java.awt.event.MouseMotionListener" parameters="java.awt.event.MouseEvent" handler="aboutDialogMouseMoved"/> </Events> <AuxValues> <AuxValue name="JavaCodeGenerator_CreateCodeCustom" type="java.lang.String" value="new javax.swing.JDialog(this,"About Nide Grid");"/> <AuxValue name="JavaCodeGenerator_CreateCodePost" type="java.lang.String" value="aboutDialog.setSize(new java.awt.Dimension(400,400));"/> </AuxValues> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="1" attributes="0"> <Component id="jScrollPane2" alignment="0" pref="382" max="32767" attributes="1"/> <Group type="103" alignment="0" groupAlignment="1" max="-2" attributes="0"> <Component id="jLabel8" alignment="0" max="32767" attributes="1"/> <Group type="102" alignment="1" max="-2" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <Component id="jLabel9" min="-2" max="-2" attributes="1"/> <EmptySpace max="-2" attributes="0"/> </Group> <Group type="103" groupAlignment="0" attributes="0"> <Component id="jLabel12" min="-2" max="-2" attributes="0"/> <Component id="jLabel14" alignment="0" pref="78" max="32767" attributes="1"/> </Group> </Group> <Group type="102" alignment="0" attributes="0"> <Component id="jLabel10" min="-2" max="-2" attributes="1"/> <EmptySpace max="-2" attributes="0"/> </Group> </Group> <Group type="103" groupAlignment="0" max="-2" attributes="0"> <Group type="102" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jLabel13" min="-2" max="-2" attributes="0"/> <EmptySpace min="-2" pref="21" max="-2" attributes="0"/> </Group> <Component id="jLabel17" alignment="0" max="32767" attributes="1"/> <Component id="jLabel18" alignment="0" pref="304" max="32767" attributes="1"/> <Component id="jLabel16" alignment="0" max="32767" attributes="1"/> <Component id="jLabel15" alignment="0" pref="284" max="32767" attributes="1"/> </Group> </Group> </Group> </Group> <EmptySpace 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 max="-2" attributes="0"/> <Component id="jLabel8" min="-2" pref="47" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="jLabel9" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jLabel16" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="jLabel14" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jLabel15" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="jLabel12" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jLabel17" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="jLabel10" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jLabel18" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> <Component id="jScrollPane2" pref="129" max="32767" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="jLabel13" min="-2" max="-2" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Component class="javax.swing.JLabel" name="jLabel8"> <Properties> <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> <Font name="GungsuhChe" size="24" style="1"/> </Property> <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="66" green="0" red="0" type="rgb"/> </Property> <Property name="text" type="java.lang.String" value="NineGrid - version demo"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="jLabel9"> <Properties> <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> <Font name="Courier New" size="14" style="0"/> </Property> <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="99" green="66" red="0" type="rgb"/> </Property> <Property name="text" type="java.lang.String" value="Author :"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="jLabel10"> <Properties> <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> <Font name="Courier New" size="14" style="0"/> </Property> <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="99" green="66" red="0" type="rgb"/> </Property> <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.ComponentChooserEditor"> <ComponentRef name="aboutDialog"/> </Property> <Property name="text" type="java.lang.String" value="School : "/> </Properties> </Component> <Component class="javax.swing.JLabel" name="jLabel12"> <Properties> <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> <Font name="Courier New" size="14" style="0"/> </Property> <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="99" green="66" red="0" type="rgb"/> </Property> <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.ComponentChooserEditor"> <ComponentRef name="aboutDialog"/> </Property> <Property name="text" type="java.lang.String" value="E-mail : "/> </Properties> </Component> <Component class="javax.swing.JLabel" name="jLabel13"> <Properties> <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> <Font name="Courier New" size="14" style="0"/> </Property> <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="99" green="66" red="0" type="rgb"/> </Property> <Property name="text" type="java.lang.String" value="<html>Copyright &copy; 2006 by Weijie Ling</html>"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="jLabel14"> <Properties> <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> <Font name="Courier New" size="14" style="0"/> </Property> <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> <Color blue="99" green="66" red="0" type="rgb"/> </Property>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -