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

📄 mainframe.form.svn-base

📁 jxta聊天和文件获取 可以和列表中的peer通信
💻 SVN-BASE
字号:
<?xml version="1.0" encoding="UTF-8" ?><Form version="1.3" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">  <NonVisualComponents>    <Menu class="javax.swing.JMenuBar" name="jMenuBar1">      <SubComponents>        <Menu class="javax.swing.JMenu" name="jMenu1">          <Properties>            <Property name="text" type="java.lang.String" value="File"/>          </Properties>          <SubComponents>            <MenuItem class="javax.swing.JMenuItem" name="jMenuItem2">              <Properties>                <Property name="text" type="java.lang.String" value="Start"/>              </Properties>              <Events>                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="startMenu"/>              </Events>            </MenuItem>          </SubComponents>        </Menu>        <Menu class="javax.swing.JMenu" name="jMenu2">          <Properties>            <Property name="text" type="java.lang.String" value="Setup"/>          </Properties>          <SubComponents>            <MenuItem class="javax.swing.JMenuItem" name="jMenuItem1">              <Properties>                <Property name="text" type="java.lang.String" value="Nick Name"/>              </Properties>              <Events>                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="handlerSetupNickName"/>              </Events>            </MenuItem>          </SubComponents>        </Menu>        <Menu class="javax.swing.JMenu" name="jMenu3">          <Properties>            <Property name="text" type="java.lang.String" value="Help"/>          </Properties>          <SubComponents>            <MenuItem class="javax.swing.JMenuItem" name="aboutMenuItem">              <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="aboutMenuItemActionPerformed"/>              </Events>            </MenuItem>          </SubComponents>        </Menu>      </SubComponents>    </Menu>  </NonVisualComponents>  <Properties>    <Property name="defaultCloseOperation" type="int" value="3"/>    <Property name="title" type="java.lang.String" value="JXChat2 by Shanbo Li"/>  </Properties>  <SyntheticProperties>    <SyntheticProperty name="menuBar" type="java.lang.String" value="jMenuBar1"/>    <SyntheticProperty name="formSizePolicy" type="int" value="1"/>  </SyntheticProperties>  <AuxValues>    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>    <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="jLabel1" alignment="0" pref="400" max="32767" attributes="0"/>          <Group type="102" alignment="0" attributes="0">              <EmptySpace max="-2" attributes="0"/>              <Component id="jScrollPane1" pref="375" max="32767" attributes="1"/>              <EmptySpace min="-2" pref="15" max="-2" attributes="0"/>          </Group>          <Group type="102" alignment="1" attributes="0">              <EmptySpace max="-2" attributes="0"/>              <Group type="103" groupAlignment="1" attributes="0">                  <Group type="102" alignment="0" attributes="0">                      <Component id="jLabel2" min="-2" max="-2" attributes="0"/>                      <EmptySpace max="-2" attributes="0"/>                      <Component id="friendNameLabel" min="-2" max="-2" attributes="0"/>                  </Group>                  <Group type="102" alignment="1" attributes="0">                      <Component id="inputTextField" pref="225" max="32767" attributes="0"/>                      <EmptySpace max="-2" attributes="0"/>                      <Component id="jButton2" min="-2" max="-2" attributes="0"/>                      <EmptySpace max="-2" attributes="0"/>                      <Component id="jButton1" min="-2" max="-2" attributes="0"/>                  </Group>                  <Component id="jScrollPane2" alignment="1" pref="375" max="32767" attributes="0"/>              </Group>              <EmptySpace min="-2" pref="15" 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="jLabel1" min="-2" max="-2" attributes="0"/>              <EmptySpace max="-2" attributes="0"/>              <Component id="jScrollPane1" min="-2" pref="88" max="-2" attributes="0"/>              <EmptySpace max="-2" attributes="0"/>              <Component id="jScrollPane2" min="-2" max="-2" attributes="0"/>              <EmptySpace max="-2" attributes="0"/>              <Group type="103" groupAlignment="1" attributes="0">                  <Group type="102" attributes="0">                      <Group type="103" groupAlignment="3" attributes="0">                          <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/>                          <Component id="friendNameLabel" alignment="3" min="-2" max="-2" attributes="0"/>                      </Group>                      <EmptySpace max="-2" attributes="0"/>                      <Component id="inputTextField" min="-2" max="-2" attributes="0"/>                  </Group>                  <Group type="103" alignment="1" groupAlignment="3" attributes="0">                      <Component id="jButton1" alignment="3" min="-2" max="-2" attributes="0"/>                      <Component id="jButton2" alignment="3" min="-2" max="-2" attributes="0"/>                  </Group>              </Group>              <EmptySpace pref="25" max="32767" attributes="0"/>          </Group>      </Group>    </DimensionLayout>  </Layout>  <SubComponents>    <Component class="javax.swing.JLabel" name="jLabel1">      <Properties>        <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">          <Font name="Comic Sans MS" size="18" style="1"/>        </Property>        <Property name="horizontalAlignment" type="int" value="0"/>        <Property name="text" type="java.lang.String" value="JXChat2"/>        <Property name="horizontalTextPosition" type="int" value="0"/>      </Properties>    </Component>    <Container class="javax.swing.JScrollPane" name="jScrollPane1">      <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.JTable" name="peersTable">          <Properties>            <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor">              <Table columnCount="2" rowCount="0">                <Column editable="true" title="Nick Name" type="java.lang.Object"/>                <Column editable="true" title="IP" type="java.lang.Object"/>              </Table>            </Property>            <Property name="enabled" type="boolean" value="false"/>          </Properties>          <Events>            <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="handlerClickTable"/>          </Events>        </Component>      </SubComponents>    </Container>    <Component class="javax.swing.JTextField" name="inputTextField">    </Component>    <Container class="javax.swing.JScrollPane" name="jScrollPane2">      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>      <SubComponents>        <Component class="javax.swing.JTextArea" name="mainTextArea">          <Properties>            <Property name="columns" type="int" value="20"/>            <Property name="editable" type="boolean" value="false"/>            <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">              <Font name="Dialog" size="13" style="0"/>            </Property>            <Property name="rows" type="int" value="5"/>          </Properties>        </Component>      </SubComponents>    </Container>    <Component class="javax.swing.JButton" name="jButton2">      <Properties>        <Property name="text" type="java.lang.String" value="Send"/>      </Properties>      <Events>        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="handlerSendMsg"/>      </Events>    </Component>    <Component class="javax.swing.JLabel" name="jLabel2">      <Properties>        <Property name="text" type="java.lang.String" value="To:"/>      </Properties>    </Component>    <Component class="javax.swing.JLabel" name="friendNameLabel">    </Component>    <Component class="javax.swing.JButton" name="jButton1">      <Properties>        <Property name="text" type="java.lang.String" value="Get File"/>      </Properties>      <Events>        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton1ActionPerformed"/>      </Events>    </Component>  </SubComponents></Form>

⌨️ 快捷键说明

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