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

📄 paintbox.form

📁 PaintBox是一个用来绘制图形的软件。该软件主要是用来作为Java实验而用。当前客户提出了一些PaintBox的要求
💻 FORM
字号:
<?xml version="1.0" encoding="UTF-8" ?><Form version="1.3" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">  <NonVisualComponents>    <Menu class="javax.swing.JPopupMenu" name="jPopupMenu1">    </Menu>    <Menu class="javax.swing.JMenuBar" name="jMenuBar1">      <SubComponents>        <Menu class="javax.swing.JMenu" name="jMenu1">          <Properties>            <Property name="text" type="java.lang.String" value="Menu"/>          </Properties>          <Events>            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jMenu1ActionPerformed"/>          </Events>        </Menu>      </SubComponents>    </Menu>  </NonVisualComponents>  <Properties>    <Property name="defaultCloseOperation" type="int" value="3"/>    <Property name="title" type="java.lang.String" value="PaintBox"/>  </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="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">          <Component id="jPanel1" alignment="0" max="32767" attributes="0"/>          <Group type="102" alignment="0" attributes="0">              <EmptySpace max="-2" attributes="0"/>              <Component id="Select" min="-2" max="-2" attributes="0"/>              <EmptySpace min="-2" pref="16" max="-2" attributes="0"/>              <Component id="Line" min="-2" max="-2" attributes="0"/>              <EmptySpace max="-2" attributes="0"/>              <Component id="Oval" min="-2" max="-2" attributes="0"/>              <EmptySpace max="-2" attributes="0"/>              <Component id="Rect" min="-2" max="-2" attributes="0"/>              <EmptySpace max="-2" attributes="0"/>              <Component id="Poly" min="-2" max="-2" attributes="0"/>              <EmptySpace min="-2" pref="60" max="-2" attributes="0"/>              <Component id="Stroke" min="-2" max="-2" attributes="0"/>              <EmptySpace min="-2" pref="23" max="-2" attributes="0"/>              <Component id="Fill" min="-2" max="-2" attributes="0"/>              <EmptySpace pref="27" max="32767" attributes="0"/>          </Group>      </Group>    </DimensionLayout>    <DimensionLayout dim="1">      <Group type="103" groupAlignment="0" attributes="0">          <Group type="102" alignment="1" attributes="0">              <EmptySpace max="-2" attributes="0"/>              <Group type="103" groupAlignment="3" attributes="0">                  <Component id="Select" alignment="3" min="-2" max="-2" attributes="0"/>                  <Component id="Line" alignment="3" min="-2" max="-2" attributes="0"/>                  <Component id="Oval" alignment="3" min="-2" max="-2" attributes="0"/>                  <Component id="Rect" alignment="3" min="-2" max="-2" attributes="0"/>                  <Component id="Poly" alignment="3" min="-2" max="-2" attributes="0"/>                  <Component id="Stroke" alignment="3" min="-2" max="-2" attributes="0"/>                  <Component id="Fill" alignment="3" min="-2" max="-2" attributes="0"/>              </Group>              <EmptySpace pref="15" max="32767" attributes="0"/>              <Component id="jPanel1" min="-2" max="-2" 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">              <EmptySpace min="0" pref="582" max="32767" attributes="0"/>          </Group>        </DimensionLayout>        <DimensionLayout dim="1">          <Group type="103" groupAlignment="0" attributes="0">              <EmptySpace min="0" pref="295" max="32767" attributes="0"/>          </Group>        </DimensionLayout>      </Layout>    </Container>    <Component class="javax.swing.JButton" name="Select">      <Properties>        <Property name="text" type="java.lang.String" value="Select"/>      </Properties>      <Events>        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="SelectActionPerformed"/>      </Events>    </Component>    <Component class="javax.swing.JButton" name="Line">      <Properties>        <Property name="text" type="java.lang.String" value="Line"/>      </Properties>      <Events>        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="LineActionPerformed"/>      </Events>    </Component>    <Component class="javax.swing.JButton" name="Oval">      <Properties>        <Property name="text" type="java.lang.String" value="Oval"/>      </Properties>    </Component>    <Component class="javax.swing.JButton" name="Rect">      <Properties>        <Property name="text" type="java.lang.String" value="Rect"/>      </Properties>    </Component>    <Component class="javax.swing.JButton" name="Poly">      <Properties>        <Property name="text" type="java.lang.String" value="Poly"/>      </Properties>    </Component>    <Component class="javax.swing.JButton" name="Stroke">      <Properties>        <Property name="text" type="java.lang.String" value="Stroke"/>      </Properties>    </Component>    <Component class="javax.swing.JButton" name="Fill">      <Properties>        <Property name="text" type="java.lang.String" value="Fill"/>      </Properties>      <Events>        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="FillActionPerformed"/>      </Events>    </Component>  </SubComponents></Form>

⌨️ 快捷键说明

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