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

📄 udpchatframe.form

📁 一个JAVA实现的多点聊天程序
💻 FORM
📖 第 1 页 / 共 2 页
字号:
        </Menu>      </SubComponents>    </Menu>  </NonVisualComponents>  <Properties>    <Property name="defaultCloseOperation" type="int" value="0"/>    <Property name="title" type="java.lang.String" value="&#x591a;&#x70b9;&#x4f20;&#x9001;&#x6570;&#x636e;&#x62a5;&#x804a;&#x5929;&#x7a0b;&#x5e8f; - IP&#x5730;&#x5740;&#x8303;&#x56f4;: 224.0.0.1 ~ 239.255.255.255"/>  </Properties>  <SyntheticProperties>    <SyntheticProperty name="menuBar" type="java.lang.String" value="jMenuBar"/>    <SyntheticProperty name="formSizePolicy" type="int" value="1"/>  </SyntheticProperties>  <Events>    <EventHandler event="windowClosing" listener="java.awt.event.WindowListener" parameters="java.awt.event.WindowEvent" handler="formWindowClosing"/>  </Events>  <AuxValues>    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>    <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="2"/>    <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">          <Group type="102" alignment="0" attributes="0">              <EmptySpace max="-2" attributes="0"/>              <Group type="103" groupAlignment="0" attributes="0">                  <Component id="jScrollPane1" alignment="0" pref="380" max="32767" attributes="1"/>                  <Group type="102" alignment="0" attributes="0">                      <Component id="jTextFieldMessage" min="-2" pref="279" max="-2" attributes="1"/>                      <EmptySpace max="32767" attributes="0"/>                      <Component id="jButtonSend" min="-2" max="-2" attributes="0"/>                  </Group>                  <Group type="102" alignment="0" attributes="0">                      <Component id="jLabelIP" min="-2" max="-2" attributes="0"/>                      <EmptySpace type="unrelated" max="-2" attributes="0"/>                      <Component id="jTextFieldIP" min="-2" max="-2" attributes="0"/>                      <EmptySpace max="-2" attributes="0"/>                      <Component id="jLabelPort" min="-2" max="-2" attributes="0"/>                      <EmptySpace max="-2" attributes="0"/>                      <Component id="jTextFieldPort" min="-2" max="-2" attributes="0"/>                      <EmptySpace max="-2" attributes="0"/>                      <Component id="jLabelUsername" min="-2" max="-2" attributes="0"/>                      <EmptySpace max="-2" attributes="0"/>                      <Component id="jTextFieldUsername" min="-2" pref="66" max="-2" attributes="0"/>                      <EmptySpace 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 max="-2" attributes="0"/>              <Group type="103" groupAlignment="3" attributes="0">                  <Component id="jLabelIP" alignment="3" min="-2" max="-2" attributes="0"/>                  <Component id="jTextFieldIP" alignment="3" min="-2" max="-2" attributes="0"/>                  <Component id="jLabelPort" alignment="3" min="-2" max="-2" attributes="0"/>                  <Component id="jTextFieldPort" alignment="3" min="-2" max="-2" attributes="0"/>                  <Component id="jLabelUsername" alignment="3" min="-2" max="-2" attributes="0"/>                  <Component id="jTextFieldUsername" alignment="3" min="-2" max="-2" attributes="0"/>              </Group>              <EmptySpace min="-2" pref="28" max="-2" attributes="0"/>              <Component id="jScrollPane1" pref="189" max="32767" attributes="0"/>              <EmptySpace max="-2" attributes="0"/>              <Group type="103" groupAlignment="3" attributes="0">                  <Component id="jTextFieldMessage" alignment="3" min="-2" max="-2" attributes="0"/>                  <Component id="jButtonSend" alignment="3" min="-2" max="-2" attributes="0"/>              </Group>          </Group>      </Group>    </DimensionLayout>  </Layout>  <SubComponents>    <Component class="javax.swing.JLabel" name="jLabelIP">      <Properties>        <Property name="text" type="java.lang.String" value="IP:"/>      </Properties>    </Component>    <Component class="javax.swing.JTextField" name="jTextFieldIP">      <Properties>        <Property name="text" type="java.lang.String" value="225.0.0.1"/>      </Properties>    </Component>    <Component class="javax.swing.JLabel" name="jLabelPort">      <Properties>        <Property name="text" type="java.lang.String" value="&#x7aef;&#x53e3;:"/>      </Properties>    </Component>    <Component class="javax.swing.JTextField" name="jTextFieldPort">      <Properties>        <Property name="text" type="java.lang.String" value="4000"/>      </Properties>    </Component>    <Component class="javax.swing.JLabel" name="jLabelUsername">      <Properties>        <Property name="text" type="java.lang.String" value="&#x7528;&#x6237;&#x540d;:"/>      </Properties>    </Component>    <Component class="javax.swing.JTextField" name="jTextFieldUsername">      <Properties>        <Property name="text" type="java.lang.String" value="&#x65e0;&#x540d;"/>      </Properties>    </Component>    <Component class="javax.swing.JTextField" name="jTextFieldMessage">      <Events>        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jTextFieldMessageActionPerformed"/>      </Events>    </Component>    <Component class="javax.swing.JButton" name="jButtonSend">      <Properties>        <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">          <Image iconType="3" name="/icons/send.gif"/>        </Property>        <Property name="mnemonic" type="int" value="83"/>        <Property name="text" type="java.lang.String" value="&#x53d1;&#x9001;(S)"/>      </Properties>      <Events>        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButtonSendActionPerformed"/>      </Events>    </Component>    <Container class="javax.swing.JScrollPane" name="jScrollPane1">      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>      <SubComponents>        <Component class="javax.swing.JTextArea" name="jTextAreaHistory">          <Properties>            <Property name="columns" type="int" value="20"/>            <Property name="rows" type="int" value="5"/>          </Properties>        </Component>      </SubComponents>    </Container>  </SubComponents></Form>

⌨️ 快捷键说明

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