frmftp.form

来自「用java的ftpClient包和swing编写的带界面的ftp客户端」· FORM 代码 · 共 165 行 · 第 1/5 页

FORM
165
字号
        <DimensionLayout dim="0">          <Group type="103" groupAlignment="0" attributes="0">              <Component id="localCombo" alignment="0" pref="317" max="32767" attributes="0"/>              <Group type="102" alignment="1" attributes="0">                  <Component id="localLabel" min="-2" pref="255" max="-2" attributes="1"/>                  <EmptySpace max="-2" attributes="0"/>                  <Component id="uploadBtn" min="-2" max="-2" attributes="0"/>              </Group>              <Component id="jScrollPane1" alignment="0" pref="317" 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="localCombo" min="-2" max="-2" attributes="0"/>                  <EmptySpace max="-2" attributes="0"/>                  <Component id="jScrollPane1" pref="379" max="32767" attributes="0"/>                  <EmptySpace max="-2" attributes="0"/>                  <Group type="103" groupAlignment="3" attributes="0">                      <Component id="uploadBtn" alignment="3" min="-2" max="-2" attributes="0"/>                      <Component id="localLabel" alignment="3" min="-2" pref="21" max="-2" attributes="0"/>                  </Group>              </Group>          </Group>        </DimensionLayout>      </Layout>      <SubComponents>        <Component class="javax.swing.JButton" name="uploadBtn">          <Properties>            <Property name="text" type="java.lang.String" value="&#x4e0a;&#x4f20;"/>          </Properties>          <Events>            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="uploadBtnActionPerformed"/>

⌨️ 快捷键说明

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