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

📄 loginframe.form

📁 java chat java chat简易聊天室程序源代码,有很高的参考价值,能在它的基础上进行2次开发.
💻 FORM
字号:
<?xml version="1.0" encoding="UTF-8" ?><Form version="1.3" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">  <Properties>    <Property name="defaultCloseOperation" type="int" value="3"/>  </Properties>  <SyntheticProperties>    <SyntheticProperty name="formSizePolicy" type="int" value="1"/>  </SyntheticProperties>  <AuxValues>    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>    <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>    <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="1"/>    <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" attributes="0">              <EmptySpace max="-2" attributes="0"/>              <Group type="103" groupAlignment="0" attributes="0">                  <Group type="102" alignment="0" attributes="0">                      <Group type="103" groupAlignment="0" attributes="0">                          <Group type="103" groupAlignment="0" max="-2" attributes="0">                              <Group type="102" attributes="0">                                  <Component id="jLabel1" min="-2" max="-2" attributes="0"/>                                  <EmptySpace max="-2" attributes="0"/>                                  <Component id="server" min="-2" pref="165" max="-2" attributes="0"/>                              </Group>                              <Group type="102" alignment="0" attributes="1">                                  <Component id="jLabel2" min="-2" max="-2" attributes="0"/>                                  <EmptySpace max="-2" attributes="0"/>                                  <Component id="port" max="32767" attributes="0"/>                              </Group>                          </Group>                          <Group type="102" alignment="0" attributes="0">                              <Component id="jLabel3" min="-2" max="-2" attributes="0"/>                              <EmptySpace type="separate" max="-2" attributes="0"/>                              <Component id="user" min="-2" pref="165" max="-2" attributes="0"/>                          </Group>                          <Group type="102" alignment="0" attributes="0">                              <Component id="jLabel4" min="-2" max="-2" attributes="0"/>                              <EmptySpace type="separate" max="-2" attributes="0"/>                              <Component id="password" pref="165" max="32767" attributes="0"/>                          </Group>                      </Group>                      <EmptySpace max="-2" attributes="0"/>                  </Group>                  <Group type="102" alignment="1" attributes="0">                      <Component id="login" min="-2" max="-2" attributes="0"/>                      <EmptySpace type="separate" max="-2" attributes="0"/>                      <Component id="exit" min="-2" max="-2" attributes="0"/>                      <EmptySpace min="-2" pref="52" max="-2" attributes="0"/>                  </Group>              </Group>          </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="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/>                  <Component id="server" alignment="3" min="-2" max="-2" attributes="0"/>              </Group>              <EmptySpace max="-2" attributes="0"/>              <Group type="103" groupAlignment="3" attributes="0">                  <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/>                  <Component id="port" alignment="3" min="-2" max="-2" attributes="0"/>              </Group>              <EmptySpace max="-2" attributes="0"/>              <Group type="103" groupAlignment="3" attributes="0">                  <Component id="jLabel3" alignment="3" min="-2" max="-2" attributes="0"/>                  <Component id="user" alignment="3" min="-2" max="-2" attributes="0"/>              </Group>              <EmptySpace max="-2" attributes="0"/>              <Group type="103" groupAlignment="3" attributes="0">                  <Component id="jLabel4" alignment="3" min="-2" max="-2" attributes="0"/>                  <Component id="password" alignment="3" min="-2" max="-2" attributes="0"/>              </Group>              <EmptySpace pref="25" max="32767" attributes="0"/>              <Group type="103" groupAlignment="3" attributes="0">                  <Component id="exit" alignment="3" min="-2" max="-2" attributes="0"/>                  <Component id="login" alignment="3" min="-2" max="-2" attributes="0"/>              </Group>              <EmptySpace max="-2" attributes="0"/>          </Group>      </Group>    </DimensionLayout>  </Layout>  <SubComponents>    <Component class="javax.swing.JLabel" name="jLabel1">      <Properties>        <Property name="text" type="java.lang.String" value="&#x670d;&#x52a1;&#x5668;&#xff1a;"/>      </Properties>    </Component>    <Component class="javax.swing.JTextField" name="server">      <Properties>        <Property name="text" type="java.lang.String" value="127.0.0.1"/>      </Properties>    </Component>    <Component class="javax.swing.JLabel" name="jLabel2">      <Properties>        <Property name="text" type="java.lang.String" value="&#x7aef;&#x53e3;&#x53f7;&#xff1a;"/>      </Properties>    </Component>    <Component class="javax.swing.JTextField" name="port">      <Properties>        <Property name="text" type="java.lang.String" value="3000"/>      </Properties>    </Component>    <Component class="javax.swing.JLabel" name="jLabel3">      <Properties>        <Property name="text" type="java.lang.String" value="&#x7528;&#x6237;&#xff1a;"/>      </Properties>    </Component>    <Component class="javax.swing.JTextField" name="user">      <Properties>        <Property name="text" type="java.lang.String" value="tom"/>      </Properties>    </Component>    <Component class="javax.swing.JLabel" name="jLabel4">      <Properties>        <Property name="text" type="java.lang.String" value="&#x5bc6;&#x7801;&#xff1a;"/>      </Properties>    </Component>    <Component class="javax.swing.JTextField" name="password">    </Component>    <Component class="javax.swing.JButton" name="login">      <Properties>        <Property name="text" type="java.lang.String" value="&#x767b;&#x5f55;"/>      </Properties>      <Events>        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="loginActionPerformed"/>      </Events>    </Component>    <Component class="javax.swing.JButton" name="exit">      <Properties>        <Property name="text" type="java.lang.String" value="&#x9000;&#x51fa;"/>      </Properties>    </Component>  </SubComponents></Form>

⌨️ 快捷键说明

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