📄 frmmain.form
字号:
<Group type="102" alignment="0" attributes="0"> <Component id="jLabel5" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="txtMessage" min="-2" pref="481" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="btnSendMessage" pref="171" max="32767" 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"> <Component id="jScrollPane4" min="-2" pref="371" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="jSeparator5" min="-2" pref="10" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="jLabel5" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="txtMessage" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="btnSendMessage" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace pref="58" max="32767" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Container class="javax.swing.JScrollPane" name="jScrollPane4"> <AuxValues> <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/> </AuxValues> <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/> <SubComponents> <Component class="javax.swing.JTextArea" name="txtChatArea"> <Properties> <Property name="columns" type="int" value="20"/> <Property name="editable" type="boolean" value="false"/> <Property name="rows" type="int" value="5"/> <Property name="toolTipText" type="java.lang.String" value="Chat Area"/> </Properties> <AuxValues> <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="1"/> </AuxValues> </Component> </SubComponents> </Container> <Component class="javax.swing.JSeparator" name="jSeparator5"> </Component> <Component class="javax.swing.JLabel" name="jLabel5"> <Properties> <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> <Font name="Tahoma" size="11" style="1"/> </Property> <Property name="text" type="java.lang.String" value="Enter Message:"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="txtMessage"> <Properties> <Property name="toolTipText" type="java.lang.String" value="Enter Message Here"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="txtMessageActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="btnSendMessage"> <Properties> <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> <Image iconType="3" name="/myPackage/myIcons/24x24/launchIcon.png"/> </Property> <Property name="mnemonic" type="int" value="83"/> <Property name="text" type="java.lang.String" value="Send"/> <Property name="toolTipText" type="java.lang.String" value="Sending Message"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnSendMessageActionPerformed"/> </Events> </Component> </SubComponents> </Container> <Container class="javax.swing.JPanel" name="jPanel6"> <Properties> <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo"> <TitledBorder title="Listing Peers In Current Group"/> </Border> </Property> </Properties> <Constraints> <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription"> <JTabbedPaneConstraints tabName="List Of Peers" toolTip="Listing Peers in Group"> <Property name="tabTitle" type="java.lang.String" value="List Of Peers"/> <Property name="tabIcon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> <Image iconType="3" name="/myPackage/myIcons/24x24/sysinfoIcon.png"/> </Property> <Property name="tabToolTip" type="java.lang.String" value="Listing Peers in Group"/> </JTabbedPaneConstraints> </Constraint> </Constraints> <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="0" attributes="0"> <Component id="jLabel6" alignment="0" pref="748" max="32767" attributes="0"/> <Group type="102" alignment="0" attributes="0"> <Component id="jScrollPane5" min="-2" pref="245" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="jSeparator6" min="-2" pref="10" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="0" max="-2" attributes="0"> <Component id="btnStopPeerSearch" max="32767" attributes="1"/> <Component id="btnFindPeers" alignment="0" max="32767" attributes="1"/> </Group> </Group> </Group> <EmptySpace max="-2" attributes="0"/> </Group> </Group> </DimensionLayout> <DimensionLayout dim="1"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <Group type="103" groupAlignment="0" attributes="0"> <Component id="jSeparator6" alignment="0" pref="422" max="32767" attributes="1"/> <Component id="jScrollPane5" alignment="0" pref="422" max="32767" attributes="1"/> <Group type="102" alignment="0" attributes="0"> <Component id="btnFindPeers" min="-2" max="-2" attributes="0"/> <EmptySpace pref="356" max="32767" attributes="0"/> <Component id="btnStopPeerSearch" min="-2" max="-2" attributes="0"/> </Group> </Group> <EmptySpace min="-2" pref="26" max="-2" attributes="0"/> <Component id="jLabel6" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Container class="javax.swing.JScrollPane" name="jScrollPane5"> <AuxValues> <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/> </AuxValues> <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/> <SubComponents> <Component class="javax.swing.JList" name="ListOfPeers"> <Properties> <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo"> <TitledBorder title="Peers Name:"/> </Border> </Property> <Property name="model" type="javax.swing.ListModel" editor="org.netbeans.modules.form.editors2.ListModelEditor"> <StringArray count="0"/> </Property> <Property name="toolTipText" type="java.lang.String" value="Peers in SaEeD Group"/> </Properties> <AuxValues> <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="1"/> </AuxValues> </Component> </SubComponents> </Container> <Component class="javax.swing.JSeparator" name="jSeparator6"> <Properties> <Property name="orientation" type="int" value="1"/> </Properties> </Component> <Component class="javax.swing.JButton" name="btnFindPeers"> <Properties> <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> <Image iconType="3" name="/myPackage/myIcons/24x24/searchIcon2.png"/> </Property> <Property name="text" type="java.lang.String" value="Find Peers"/> <Property name="toolTipText" type="java.lang.String" value="Start Searching for Peers in SaEeD Group"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnFindPeersActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="btnStopPeerSearch"> <Properties> <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> <Image iconType="3" name="/myPackage/myIcons/24x24/cancelIcon.png"/> </Property> <Property name="text" type="java.lang.String" value="Stop"/> <Property name="toolTipText" type="java.lang.String" value="Stop Searching for Peers"/> <Property name="enabled" type="boolean" value="false"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnStopPeerSearchActionPerformed"/> </Events> </Component> <Component class="javax.swing.JLabel" name="jLabel6"> <Properties> <Property name="horizontalAlignment" type="int" value="0"/> <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> <Image iconType="3" name="/myPackage/myIcons/24x24/progress_bar.gif"/> </Property> </Properties> </Component> </SubComponents> </Container> </SubComponents> </Container> </SubComponents></Form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -