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

📄 about.form

📁 图像管理 对图片进行预览的功能(参考ACDSee界面)。要求在界面中显示一个本地计算机中的文件夹的树形结构
💻 FORM
字号:
<?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.JScrollPane" name="jScrollPane2">      <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="rows" type="int" value="5"/>          </Properties>        </Component>      </SubComponents>    </Container>    <Container class="javax.swing.JScrollPane" name="jScrollPane3">      <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="jTextArea3">          <Properties>            <Property name="columns" type="int" value="20"/>            <Property name="rows" type="int" value="5"/>          </Properties>        </Component>      </SubComponents>    </Container>    <Container class="javax.swing.JScrollPane" name="jScrollPane1">      <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="rows" type="int" value="5"/>            <Property name="text" type="java.lang.String" value="               &#x5173;&#x4e8e;&#xa;     "/>          </Properties>        </Component>      </SubComponents>    </Container>    <Component class="javax.swing.JTextField" name="jTextField1">      <Properties>        <Property name="text" type="java.lang.String" value="jTextField1"/>      </Properties>      <Events>        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jTextField1ActionPerformed"/>      </Events>    </Component>    <Container class="javax.swing.JScrollPane" name="jScrollPane4">      <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.JTextPane" name="jTextPane1">        </Component>      </SubComponents>    </Container>    <Component class="javax.swing.JButton" name="jButton1">      <Properties>        <Property name="text" type="java.lang.String" value="&#x9000;&#x51fa;"/>      </Properties>      <Events>        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton1ActionPerformed"/>      </Events>    </Component>    <Container class="javax.swing.JScrollPane" name="jScrollPane6">      <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="jTextArea5">          <Properties>            <Property name="columns" type="int" value="20"/>            <Property name="rows" type="int" value="5"/>          </Properties>        </Component>      </SubComponents>    </Container>    <Component class="javax.swing.JTextField" name="jTextField2">      <Properties>        <Property name="text" type="java.lang.String" value="jTextField2"/>      </Properties>      <Events>        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jTextField2ActionPerformed"/>      </Events>    </Component>    <Container class="javax.swing.JScrollPane" name="jScrollPane5">      <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="jTextArea4">          <Properties>            <Property name="columns" type="int" value="20"/>            <Property name="rows" type="int" value="5"/>            <Property name="text" type="java.lang.String" value="          &#x5173;&#x4e8e;&#xa;      &#xa;      &#x7535;&#x5b50;&#x50cf;&#x7247;&#x7ba1;&#x7406;&#x7cfb;&#x7edf;&#xa;&#xa;&#xa;&#x5236;&#x4f5c;&#x4eba;&#xff1a;&#x9648;&#x6cfd;&#x6c9b;&#x3001;&#x7f57;&#x91d1;&#x712f;&#x3001;&#x909d;&#x5ef7;&#x6069;"/>          </Properties>        </Component>      </SubComponents>    </Container>    <Component class="javax.swing.JLabel" name="jLabel1">      <Properties>        <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">          <Image iconType="3" name="/picture/Image%20Preview.png"/>        </Property>        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">          <Connection code="&quot; &quot;" type="code"/>        </Property>      </Properties>      <AuxValues>        <AuxValue name="JavaCodeGenerator_AddingCodePre" type="java.lang.String" value="//                 ImageIcon imageicon=new ImageIcon(Imagepath);&#xa;                    int k=imageicon.getIconWidth()*this.jLabel1.getSize().height;                         &#xa;                    imageicon.setImage(image.getScaledInstance(jLabel1.getWidth(),jLabel1.getHeight(),java.awt.Image.SCALE_DEFAULT));  //&#x7f29;&#x653e;&#xa;                    this.jLabel1.setIcon(imageicon);"/>        <AuxValue name="JavaCodeGenerator_InitCodePost" type="java.lang.String" value="ImageIcon imageicon =new ImageIcon(&quot;D:\\Wallpaper\\Azul.jpg&quot;);&#xa;Image image =imageicon.getImage();&#xa;&#xa;//if(imageIcon.getIconWidth()&gt;imageIcon.getIconHeight())&#xa;//    imageIcon.setImage"/>        <AuxValue name="JavaCodeGenerator_InitCodePre" type="java.lang.String" value="jLabel1.setSize(100,100);"/>      </AuxValues>    </Component>    <Component class="javax.swing.JLabel" name="jLabel8">      <Properties>        <Property name="text" type="java.lang.String" value="jLabel8"/>      </Properties>    </Component>  </NonVisualComponents>  <Properties>    <Property name="defaultCloseOperation" type="int" value="2"/>  </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 max="-2" attributes="0"/>              <Component id="jLabel7" min="-2" pref="131" max="-2" attributes="0"/>              <Group type="103" groupAlignment="0" attributes="0">                  <Group type="102" attributes="0">                      <EmptySpace min="-2" pref="6" max="-2" attributes="0"/>                      <Group type="103" groupAlignment="0" attributes="0">                          <Group type="102" attributes="0">                              <EmptySpace min="-2" pref="27" max="-2" attributes="0"/>                              <Component id="jLabel3" min="-2" pref="65" max="-2" attributes="0"/>                              <EmptySpace type="separate" max="-2" attributes="0"/>                              <Group type="103" groupAlignment="0" max="-2" attributes="0">                                  <Component id="jLabel4" max="32767" attributes="1"/>                                  <Component id="jLabel5" alignment="0" max="32767" attributes="1"/>                                  <Component id="jLabel6" alignment="0" max="32767" attributes="1"/>                              </Group>                          </Group>                          <Group type="102" alignment="0" attributes="0">                              <EmptySpace type="unrelated" max="-2" attributes="0"/>                              <Component id="jLabel2" min="-2" pref="249" max="-2" attributes="0"/>                          </Group>                      </Group>                      <EmptySpace pref="80" max="32767" attributes="0"/>                  </Group>                  <Group type="102" alignment="1" attributes="0">                      <EmptySpace max="-2" attributes="0"/>                      <Component id="jLabel9" min="-2" max="-2" attributes="0"/>                      <EmptySpace min="-2" pref="25" max="-2" attributes="0"/>                  </Group>              </Group>          </Group>      </Group>    </DimensionLayout>    <DimensionLayout dim="1">      <Group type="103" groupAlignment="0" attributes="0">          <Group type="102" attributes="0">              <Group type="103" groupAlignment="0" attributes="0">                  <Group type="102" alignment="0" attributes="0">                      <EmptySpace max="-2" attributes="0"/>                      <Component id="jLabel2" min="-2" pref="33" max="-2" attributes="0"/>                      <EmptySpace min="-2" pref="27" max="-2" attributes="0"/>                      <Group type="103" groupAlignment="3" attributes="0">                          <Component id="jLabel4" alignment="3" min="-2" pref="25" max="-2" attributes="0"/>                          <Component id="jLabel3" alignment="3" min="-2" pref="36" max="-2" attributes="0"/>                      </Group>                      <EmptySpace max="-2" attributes="0"/>                      <Component id="jLabel5" min="-2" pref="31" max="-2" attributes="0"/>                      <EmptySpace max="-2" attributes="0"/>                      <Component id="jLabel6" min="-2" pref="38" max="-2" attributes="0"/>                      <EmptySpace pref="9" max="32767" attributes="0"/>                      <Component id="jLabel9" min="-2" pref="28" max="-2" attributes="0"/>                  </Group>                  <Group type="102" alignment="1" attributes="0">                      <EmptySpace min="-2" pref="21" max="-2" attributes="0"/>                      <Component id="jLabel7" pref="203" max="32767" attributes="0"/>                  </Group>              </Group>              <EmptySpace min="-2" max="-2" attributes="0"/>          </Group>      </Group>    </DimensionLayout>  </Layout>  <SubComponents>    <Component class="javax.swing.JLabel" name="jLabel2">      <Properties>        <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">          <Font name="&#x5b8b;&#x4f53;" size="24" style="0"/>        </Property>        <Property name="text" type="java.lang.String" value="&#x7535;&#x5b50;&#x50cf;&#x7247;&#x7ba1;&#x7406;&#x7a0b;&#x5e8f; 1.0"/>      </Properties>    </Component>    <Component class="javax.swing.JLabel" name="jLabel3">      <Properties>        <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">          <Font name="&#x5b8b;&#x4f53;" size="14" style="0"/>        </Property>        <Property name="text" type="java.lang.String" value="&#x5236;&#x4f5c;&#x4eba;&#xff1a;"/>      </Properties>    </Component>    <Component class="javax.swing.JLabel" name="jLabel4">      <Properties>        <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">          <Font name="&#x5b8b;&#x4f53;" size="18" style="0"/>        </Property>        <Property name="text" type="java.lang.String" value="&#x9648;&#x6cfd;&#x6c9b;"/>      </Properties>    </Component>    <Component class="javax.swing.JLabel" name="jLabel5">      <Properties>        <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">          <Font name="&#x5b8b;&#x4f53;" size="18" style="0"/>        </Property>        <Property name="text" type="java.lang.String" value="&#x7f57;&#x91d1;&#x712f;"/>      </Properties>    </Component>    <Component class="javax.swing.JLabel" name="jLabel6">      <Properties>        <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">          <Font name="&#x5b8b;&#x4f53;" size="18" style="0"/>        </Property>        <Property name="text" type="java.lang.String" value="&#x909d;&#x5ef7;&#x6069;"/>      </Properties>    </Component>    <Component class="javax.swing.JLabel" name="jLabel7">      <Properties>        <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">          <Image iconType="3" name="/picture/Image%20Preview_1.png"/>        </Property>      </Properties>    </Component>    <Component class="javax.swing.JLabel" name="jLabel9">      <Properties>        <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">          <Font name="&#x5b8b;&#x4f53;" size="14" style="0"/>        </Property>        <Property name="text" type="java.lang.String" value="2008&#x5e74;11&#x6708;"/>      </Properties>    </Component>  </SubComponents></Form>

⌨️ 快捷键说明

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