temppopupmenu.form

来自「精通NetBeans光盘源代码,很好很好的资料」· FORM 代码 · 共 85 行

FORM
85
字号
<?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">      <Properties>        <Property name="toolTipText" type="java.lang.String" value=""/>        <Property name="label" type="java.lang.String" value=""/>      </Properties>      <SubComponents>        <MenuItem class="javax.swing.JMenuItem" name="jMenuItem1">          <Properties>            <Property name="text" type="java.lang.String" value="Item"/>          </Properties>        </MenuItem>        <MenuItem class="javax.swing.JMenuItem" name="jMenuItem2">          <Properties>            <Property name="text" type="java.lang.String" value="Item"/>          </Properties>        </MenuItem>        <MenuItem class="javax.swing.JMenuItem" name="jMenuItem3">          <Properties>            <Property name="text" type="java.lang.String" value="Item"/>          </Properties>        </MenuItem>        <MenuItem class="javax.swing.JMenuItem" name="jMenuItem4">          <Properties>            <Property name="text" type="java.lang.String" value="Item"/>          </Properties>        </MenuItem>      </SubComponents>    </Menu>  </NonVisualComponents>  <Properties>    <Property name="defaultCloseOperation" type="int" value="3"/>  </Properties>  <SyntheticProperties>    <SyntheticProperty name="formSizePolicy" type="int" value="1"/>  </SyntheticProperties>  <AuxValues>    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>    <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="48" max="-2" attributes="0"/>              <Component id="jButton1" min="-2" max="-2" attributes="0"/>              <EmptySpace min="-2" pref="90" max="-2" attributes="0"/>              <Component id="jLabel1" min="-2" max="-2" attributes="0"/>              <EmptySpace pref="137" 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 min="-2" pref="76" max="-2" attributes="0"/>              <Group type="103" groupAlignment="1" attributes="0">                  <Component id="jLabel1" alignment="1" min="-2" max="-2" attributes="0"/>                  <Component id="jButton1" alignment="1" min="-2" max="-2" attributes="0"/>              </Group>              <EmptySpace pref="199" max="32767" attributes="0"/>          </Group>      </Group>    </DimensionLayout>  </Layout>  <SubComponents>    <Component class="javax.swing.JButton" name="jButton1">      <Properties>        <Property name="text" type="java.lang.String" value="jButton1"/>      </Properties>    </Component>    <Component class="javax.swing.JLabel" name="jLabel1">      <Properties>        <Property name="text" type="java.lang.String" value="jLabel1"/>      </Properties>    </Component>  </SubComponents></Form>

⌨️ 快捷键说明

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