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

📄 main.form

📁 学生成绩处理GUI界面,Java初学者可参考学习
💻 FORM
📖 第 1 页 / 共 2 页
字号:
<?xml version="1.0" encoding="UTF-8" ?><Form version="1.5" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">  <NonVisualComponents>    <Container class="javax.swing.JFrame" name="j4Frame">      <Properties>        <Property name="cursor" type="java.awt.Cursor" editor="org.netbeans.modules.form.editors2.CursorEditor">          <Color id="Default Cursor"/>        </Property>        <Property name="focusCycleRoot" type="boolean" value="false"/>        <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">          <Dimension value="[564, 397]"/>        </Property>      </Properties>      <AuxValues>        <AuxValue name="JavaCodeGenerator_InitCodePost" type="java.lang.String" value="this.j4Frame.setLocation(300,300);&#xd;&#xa;this.j4Frame.setVisible(false);"/>      </AuxValues>      <Layout>        <DimensionLayout dim="0">          <Group type="103" groupAlignment="0" attributes="0">              <Group type="102" alignment="0" attributes="0">                  <Component id="j4FileChooser" pref="639" 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="j4FileChooser" pref="502" max="32767" attributes="0"/>                  <EmptySpace max="-2" attributes="0"/>              </Group>          </Group>        </DimensionLayout>      </Layout>      <SubComponents>        <Component class="javax.swing.JFileChooser" name="j4FileChooser">          <Properties>            <Property name="currentDirectory" type="java.io.File" editor="org.netbeans.beaninfo.editors.FileEditor">              <SerializedValue value="-84,-19,0,5,115,114,0,12,106,97,118,97,46,105,111,46,70,105,108,101,4,45,-92,69,14,13,-28,-1,3,0,1,76,0,4,112,97,116,104,116,0,18,76,106,97,118,97,47,108,97,110,103,47,83,116,114,105,110,103,59,120,112,116,0,0,119,2,0,92,120"/>            </Property>            <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">              <Font name="&#x5b8b;&#x4f53;" size="12" style="0"/>            </Property>          </Properties>          <Events>            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="j4FileChooserActionPerformed"/>          </Events>          <AuxValues>            <AuxValue name="JavaCodeGenerator_CreateCodePost" type="java.lang.String" value="FileNameExtensionFilter filter = new FileNameExtensionFilter(&#xd;&#xa;        &quot;xs File&quot;, &quot;xs&quot;);&#xd;&#xa;this.j4FileChooser.setFileFilter(filter);&#xd;&#xa;"/>          </AuxValues>        </Component>      </SubComponents>    </Container>  </NonVisualComponents>  <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" alignment="0" attributes="0">              <EmptySpace min="-2" max="-2" attributes="0"/>              <Component id="leftPanel" min="-2" max="-2" attributes="0"/>              <EmptySpace min="-2" max="-2" attributes="0"/>              <Component id="LRSeparator" min="-2" pref="12" max="-2" attributes="0"/>              <Group type="103" groupAlignment="0" attributes="0">                  <Group type="102" alignment="0" attributes="0">                      <EmptySpace max="32767" attributes="0"/>                      <Component id="RightPanel" min="-2" max="-2" attributes="0"/>                  </Group>                  <Group type="102" alignment="0" attributes="0">                      <EmptySpace max="-2" attributes="0"/>                      <Component id="j6Panel" min="-2" max="-2" attributes="1"/>                      <EmptySpace min="-2" pref="79" max="-2" attributes="0"/>                  </Group>              </Group>          </Group>          <Component id="jPanel3" alignment="1" max="32767" attributes="0"/>      </Group>    </DimensionLayout>    <DimensionLayout dim="1">      <Group type="103" groupAlignment="0" attributes="0">          <Group type="102" alignment="1" attributes="0">              <Component id="jPanel3" max="32767" attributes="0"/>              <EmptySpace min="-2" max="-2" attributes="0"/>              <Group type="103" groupAlignment="1" attributes="0">                  <Component id="leftPanel" alignment="1" max="32767" attributes="1"/>                  <Component id="LRSeparator" alignment="0" pref="2154" max="32767" attributes="0"/>                  <Group type="102" alignment="0" attributes="0">                      <Component id="RightPanel" min="-2" max="-2" attributes="1"/>                      <EmptySpace type="separate" max="-2" attributes="0"/>                      <Component id="j6Panel" min="-2" max="-2" attributes="0"/>                  </Group>              </Group>              <EmptySpace min="-2" max="-2" attributes="0"/>          </Group>      </Group>    </DimensionLayout>  </Layout>  <SubComponents>    <Container class="javax.swing.JPanel" name="leftPanel">      <Layout>        <DimensionLayout dim="0">          <Group type="103" groupAlignment="0" attributes="0">              <Group type="102" alignment="0" attributes="0">                  <EmptySpace max="32767" attributes="0"/>                  <Component id="j1Button" linkSize="2" min="-2" pref="160" max="-2" attributes="1"/>                  <EmptySpace min="-2" max="-2" attributes="0"/>              </Group>              <Group type="102" alignment="0" attributes="0">                  <EmptySpace max="-2" attributes="0"/>                  <Component id="j2Button" linkSize="2" min="-2" pref="160" max="-2" attributes="1"/>                  <EmptySpace max="32767" attributes="0"/>              </Group>              <Group type="102" alignment="0" attributes="0">                  <EmptySpace max="-2" attributes="0"/>                  <Component id="j3Button" linkSize="2" min="-2" pref="160" max="-2" attributes="1"/>                  <EmptySpace max="32767" attributes="0"/>              </Group>              <Group type="102" alignment="0" attributes="0">                  <EmptySpace max="-2" attributes="0"/>                  <Component id="j4Button" linkSize="2" min="-2" pref="160" max="-2" attributes="1"/>                  <EmptySpace max="32767" attributes="0"/>              </Group>              <Group type="102" alignment="1" attributes="0">                  <EmptySpace max="32767" attributes="0"/>                  <Component id="j5Button" linkSize="2" min="-2" pref="160" max="-2" attributes="1"/>                  <EmptySpace max="-2" attributes="0"/>              </Group>              <Group type="102" alignment="1" attributes="0">                  <EmptySpace max="32767" attributes="0"/>                  <Component id="j6Button" linkSize="2" min="-2" pref="160" max="-2" attributes="1"/>                  <EmptySpace max="-2" attributes="0"/>              </Group>              <Group type="102" alignment="0" attributes="0">                  <EmptySpace max="-2" attributes="0"/>                  <Component id="j7Button" linkSize="2" min="-2" pref="160" max="-2" attributes="1"/>                  <EmptySpace max="32767" 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="j1Button" linkSize="6" min="-2" pref="46" max="-2" attributes="0"/>                  <EmptySpace type="separate" max="-2" attributes="0"/>                  <Component id="j2Button" linkSize="6" min="-2" pref="32" max="-2" attributes="0"/>                  <EmptySpace type="separate" max="-2" attributes="0"/>                  <Component id="j3Button" linkSize="6" min="-2" max="-2" attributes="0"/>                  <EmptySpace type="separate" max="-2" attributes="0"/>                  <Component id="j4Button" linkSize="6" min="-2" max="-2" attributes="0"/>

⌨️ 快捷键说明

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