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

📄 jtablejframe.form

📁 基于netbeans的java桌面应用程序合集
💻 FORM
字号:
<?xml version="1.0" encoding="UTF-8" ?><Form version="1.3" 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_generateMnemonicsCode" 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="jPanel2" alignment="1" max="32767" attributes="0"/>                  <Component id="jPanel1" alignment="1" max="32767" attributes="0"/>              </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"/>              <Component id="jPanel1" min="-2" max="-2" attributes="0"/>              <EmptySpace max="-2" attributes="0"/>              <Component id="jPanel2" max="32767" attributes="0"/>              <EmptySpace max="-2" attributes="0"/>          </Group>      </Group>    </DimensionLayout>  </Layout>  <SubComponents>    <Container class="javax.swing.JPanel" name="jPanel1">      <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="&#x8bfb;&#x53d6;&#x8868;&#x4e2d;&#x7684;&#x4fe1;&#x606f;"/>          </Border>        </Property>      </Properties>      <Layout>        <DimensionLayout dim="0">          <Group type="103" groupAlignment="0" attributes="0">              <Group type="102" alignment="0" attributes="0">                  <EmptySpace max="-2" attributes="0"/>                  <Component id="jScrollPane1" pref="830" max="32767" attributes="0"/>                  <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="jScrollPane1" pref="313" max="32767" attributes="0"/>                  <EmptySpace max="-2" attributes="0"/>              </Group>          </Group>        </DimensionLayout>      </Layout>      <SubComponents>        <Container class="javax.swing.JScrollPane" name="jScrollPane1">          <Properties>            <Property name="horizontalScrollBarPolicy" type="int" value="32"/>          </Properties>          <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>          <SubComponents>            <Component class="javax.swing.JTable" name="jTable1">              <Properties>                <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor">                  <Table columnCount="0" rowCount="0"/>                </Property>              </Properties>              <AuxValues>                <AuxValue name="JavaCodeGenerator_InitCodePre" type="java.lang.String" value="DefaultTableModel tableModel=new DefaultTableModel();&#xa;jTable1=new JTable(tableModel);"/>              </AuxValues>            </Component>          </SubComponents>        </Container>      </SubComponents>    </Container>    <Container class="javax.swing.JPanel" name="jPanel2">      <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="&#x6307;&#x5b9a;SQLserver&#x4e2d;&#x7684;&#x67d0;&#x6570;&#x636e;&#x5e93;&#x67d0;&#x8868;&#xff0c;&#x67e5;&#x5176;&#x5185;&#x5bb9;"/>          </Border>        </Property>      </Properties>      <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">                          <Component id="jLabel1" min="-2" max="-2" attributes="0"/>                          <EmptySpace max="-2" attributes="0"/>                          <Component id="jTextFieldDB" min="-2" pref="83" max="-2" attributes="0"/>                          <EmptySpace min="-2" pref="77" max="-2" attributes="0"/>                          <Component id="jLabel2" min="-2" max="-2" attributes="0"/>                          <EmptySpace max="-2" attributes="0"/>                          <Component id="jTextFieldTable" min="-2" pref="82" max="-2" attributes="0"/>                          <EmptySpace min="-2" pref="77" max="-2" attributes="0"/>                          <Component id="jLabel3" min="-2" max="-2" attributes="0"/>                          <EmptySpace min="-2" pref="41" max="-2" attributes="0"/>                          <Component id="jTextFieldUserName" min="-2" pref="102" max="-2" attributes="0"/>                          <EmptySpace min="-2" pref="68" max="-2" attributes="0"/>                          <Component id="jLabel4" min="-2" max="-2" attributes="0"/>                          <EmptySpace pref="26" max="32767" attributes="0"/>                          <Component id="jTextFieldPWD" min="-2" pref="86" max="-2" attributes="0"/>                          <EmptySpace max="-2" attributes="0"/>                      </Group>                      <Group type="102" alignment="1" attributes="0">                          <Component id="jButtonQuery" min="-2" max="-2" attributes="0"/>                          <EmptySpace min="-2" pref="29" 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="jTextFieldDB" alignment="3" min="-2" max="-2" attributes="0"/>                      <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/>                      <Component id="jTextFieldTable" alignment="3" min="-2" max="-2" attributes="0"/>                      <Component id="jLabel3" alignment="3" min="-2" max="-2" attributes="0"/>                      <Component id="jTextFieldUserName" alignment="3" min="-2" max="-2" attributes="0"/>                      <Component id="jLabel4" alignment="3" min="-2" max="-2" attributes="0"/>                      <Component id="jTextFieldPWD" alignment="3" min="-2" max="-2" attributes="0"/>                  </Group>                  <EmptySpace pref="46" max="32767" attributes="0"/>                  <Component id="jButtonQuery" min="-2" 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="&#x6570;&#x636e;&#x5e93;&#x540d;&#xff1a;"/>          </Properties>        </Component>        <Component class="javax.swing.JLabel" name="jLabel2">          <Properties>            <Property name="text" type="java.lang.String" value="&#x8868;&#x540d;&#xff1a;"/>          </Properties>        </Component>        <Component class="javax.swing.JLabel" name="jLabel3">          <Properties>            <Property name="text" type="java.lang.String" value="&#x7528;&#x6237;&#x540d;&#xff1a;"/>          </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.JButton" name="jButtonQuery">          <Properties>            <Property name="text" type="java.lang.String" value="&#x67e5;  &#x8be2;"/>          </Properties>          <Events>            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButtonQueryActionPerformed"/>          </Events>        </Component>        <Component class="javax.swing.JTextField" name="jTextFieldDB">        </Component>        <Component class="javax.swing.JTextField" name="jTextFieldTable">        </Component>        <Component class="javax.swing.JTextField" name="jTextFieldUserName">        </Component>        <Component class="javax.swing.JTextField" name="jTextFieldPWD">        </Component>      </SubComponents>    </Container>  </SubComponents></Form>

⌨️ 快捷键说明

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