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

📄 frame.form

📁 用NETBEAN实现的哈夫曼数据压缩
💻 FORM
字号:
<?xml version="1.0" encoding="UTF-8" ?><Form version="1.3" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">  <NonVisualComponents>    <Container class="javax.swing.JFrame" name="jFrame1">      <Layout>        <DimensionLayout dim="0">          <Group type="103" groupAlignment="0" attributes="0">              <EmptySpace min="0" pref="400" max="32767" attributes="0"/>          </Group>        </DimensionLayout>        <DimensionLayout dim="1">          <Group type="103" groupAlignment="0" attributes="0">              <EmptySpace min="0" pref="300" max="32767" attributes="0"/>          </Group>        </DimensionLayout>      </Layout>    </Container>    <Menu class="javax.swing.JMenuBar" name="jMenuBar1">      <Events>        <EventHandler event="focusLost" listener="java.awt.event.FocusListener" parameters="java.awt.event.FocusEvent" handler="jMenuBar1FocusLost"/>      </Events>      <SubComponents>        <Menu class="javax.swing.JMenu" name="intro">          <Properties>            <Property name="text" type="java.lang.String" value="Introduce"/>            <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">              <Font name="Tahoma" size="18" style="0"/>            </Property>          </Properties>        </Menu>        <Menu class="javax.swing.JMenu" name="option">          <Properties>            <Property name="text" type="java.lang.String" value="Option"/>            <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">              <Font name="Tahoma" size="18" style="0"/>            </Property>          </Properties>        </Menu>        <Menu class="javax.swing.JMenu" name="help">          <Properties>            <Property name="text" type="java.lang.String" value="Help"/>            <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">              <Font name="Tahoma" size="18" style="0"/>            </Property>          </Properties>          <SubComponents>            <MenuItem class="javax.swing.JMenuItem" name="jMenuItem1">              <Properties>                <Property name="text" type="java.lang.String" value="Item"/>              </Properties>              <Events>                <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jMenuItem1ActionPerformed"/>              </Events>            </MenuItem>          </SubComponents>        </Menu>      </SubComponents>    </Menu>  </NonVisualComponents>  <Properties>    <Property name="defaultCloseOperation" type="int" value="3"/>    <Property name="title" type="java.lang.String" value="HuffmanCode"/>  </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_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 min="-2" pref="32" max="-2" attributes="0"/>              <Group type="103" groupAlignment="0" attributes="0">                  <Component id="jPanel2" alignment="0" min="-2" max="-2" attributes="0"/>                  <Component id="jPanel1" alignment="0" min="-2" max="-2" attributes="0"/>              </Group>              <EmptySpace pref="84" max="32767" attributes="0"/>          </Group>      </Group>    </DimensionLayout>    <DimensionLayout dim="1">      <Group type="103" groupAlignment="0" attributes="0">          <Group type="102" attributes="0">              <EmptySpace max="-2" attributes="0"/>              <Component id="jPanel1" min="-2" max="-2" attributes="0"/>              <EmptySpace max="-2" attributes="0"/>              <Component id="jPanel2" min="-2" max="-2" attributes="0"/>              <EmptySpace pref="28" max="32767" attributes="0"/>          </Group>      </Group>    </DimensionLayout>  </Layout>  <SubComponents>    <Container class="javax.swing.JPanel" name="jPanel1">      <Layout>        <DimensionLayout dim="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 min="-2" pref="5" max="-2" attributes="0"/>                  <Group type="103" groupAlignment="0" max="-2" attributes="0">                      <Component id="jScrollPaneCenter1" alignment="1" max="32767" attributes="1"/>                      <Group type="102" alignment="0" attributes="0">                          <Component id="jTextFieldFFilePath1" min="-2" pref="430" max="-2" attributes="0"/>                          <EmptySpace max="-2" attributes="0"/>                          <Component id="jButtonOpen1" min="-2" max="-2" attributes="0"/>                      </Group>                  </Group>                  <EmptySpace pref="68" 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"/>                  <Group type="103" groupAlignment="3" attributes="0">                      <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/>                      <Component id="jTextFieldFFilePath1" alignment="3" min="-2" max="-2" attributes="0"/>                      <Component id="jButtonOpen1" alignment="3" min="-2" max="-2" attributes="0"/>                  </Group>                  <EmptySpace max="-2" attributes="0"/>                  <Component id="jScrollPaneCenter1" pref="132" max="32767" attributes="0"/>                  <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="&#x6587;&#x4ef6;&#x8def;&#x5f84;&#xff1a;"/>          </Properties>        </Component>        <Component class="javax.swing.JButton" name="jButtonOpen1">          <Properties>            <Property name="text" type="java.lang.String" value="&#x6253;&#x5f00;"/>          </Properties>          <Events>            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButtonOpen1ActionPerformed"/>          </Events>        </Component>        <Container class="javax.swing.JScrollPane" name="jScrollPaneCenter1">          <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/>              </Border>            </Property>          </Properties>          <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.JTextArea" name="jTextArea1">              <Properties>                <Property name="columns" type="int" value="20"/>                <Property name="editable" type="boolean" value="false"/>                <Property name="rows" type="int" value="5"/>              </Properties>            </Component>          </SubComponents>        </Container>        <Component class="javax.swing.JTextField" name="jTextFieldFFilePath1">          <Properties>            <Property name="editable" type="boolean" value="false"/>          </Properties>        </Component>      </SubComponents>    </Container>    <Container class="javax.swing.JPanel" name="jPanel2">      <Layout>        <DimensionLayout dim="0">          <Group type="103" groupAlignment="0" attributes="0">              <Group type="102" alignment="0" attributes="0">                  <Component id="jLabel2" min="-2" max="-2" attributes="0"/>                  <EmptySpace max="-2" attributes="0"/>                  <Group type="103" groupAlignment="0" max="-2" attributes="0">                      <Component id="jScrollPaneCenter2" alignment="1" max="32767" attributes="1"/>                      <Group type="102" alignment="0" attributes="0">                          <Component id="jTextFieldFFilePath2" min="-2" pref="430" max="-2" attributes="0"/>                          <EmptySpace max="-2" attributes="0"/>                          <Component id="jButtonOpen2" min="-2" 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">                  <Group type="103" groupAlignment="3" attributes="0">                      <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/>                      <Component id="jTextFieldFFilePath2" alignment="3" min="-2" max="-2" attributes="0"/>                      <Component id="jButtonOpen2" alignment="3" min="-2" max="-2" attributes="0"/>                  </Group>                  <EmptySpace max="-2" attributes="0"/>                  <Component id="jScrollPaneCenter2" min="-2" pref="120" max="-2" attributes="0"/>                  <EmptySpace pref="31" max="32767" attributes="0"/>              </Group>          </Group>        </DimensionLayout>      </Layout>      <SubComponents>        <Component class="javax.swing.JTextField" name="jTextFieldFFilePath2">          <Properties>            <Property name="editable" type="boolean" value="false"/>          </Properties>        </Component>        <Component class="javax.swing.JButton" name="jButtonOpen2">          <Properties>            <Property name="text" type="java.lang.String" value="&#x6253;&#x5f00;"/>          </Properties>        </Component>        <Container class="javax.swing.JScrollPane" name="jScrollPaneCenter2">          <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/>              </Border>            </Property>          </Properties>          <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.JTextArea" name="jTextArea2">              <Properties>                <Property name="columns" type="int" value="20"/>                <Property name="editable" type="boolean" value="false"/>                <Property name="rows" type="int" value="5"/>              </Properties>            </Component>          </SubComponents>        </Container>        <Component class="javax.swing.JLabel" name="jLabel2">          <Properties>            <Property name="text" type="java.lang.String" value="&#x6587;&#x4ef6;&#x8def;&#x5f84;&#xff1a;"/>          </Properties>        </Component>      </SubComponents>    </Container>  </SubComponents></Form>

⌨️ 快捷键说明

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