square.form

来自「用java做的简单的大富翁游戏。我们学uml时老师布置的一个学期作业。」· FORM 代码 · 共 31 行

FORM
31
字号
<?xml version="1.0" encoding="UTF-8" ?><Form version="1.3" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">  <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">          <Component id="groundLabel" alignment="0" pref="81" max="32767" attributes="0"/>      </Group>    </DimensionLayout>    <DimensionLayout dim="1">      <Group type="103" groupAlignment="0" attributes="0">          <Component id="groundLabel" alignment="0" pref="60" max="32767" attributes="0"/>      </Group>    </DimensionLayout>  </Layout>  <SubComponents>    <Component class="javax.swing.JLabel" name="groundLabel">      <Properties>        <Property name="text" type="java.lang.String" value="jLabel1"/>      </Properties>    </Component>  </SubComponents></Form>

⌨️ 快捷键说明

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