JListTest.form
上传用户:xinkaifrp
上传日期:2021-05-08
资源大小:372k
文件大小:3k
源码类别:

家庭/个人应用

开发平台:

Java

  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <Form version="1.3" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
  3.   <Properties>
  4.     <Property name="defaultCloseOperation" type="int" value="3"/>
  5.   </Properties>
  6.   <SyntheticProperties>
  7.     <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
  8.   </SyntheticProperties>
  9.   <AuxValues>
  10.     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
  11.     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
  12.     <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
  13.     <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
  14.     <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
  15.     <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
  16.     <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
  17.     <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
  18.     <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
  19.   </AuxValues>
  20.   <Layout>
  21.     <DimensionLayout dim="0">
  22.       <Group type="103" groupAlignment="0" attributes="0">
  23.           <Group type="102" alignment="0" attributes="0">
  24.               <EmptySpace max="-2" attributes="0"/>
  25.               <Component id="jScrollPane1" min="-2" max="-2" attributes="0"/>
  26.               <EmptySpace pref="45" max="32767" attributes="0"/>
  27.           </Group>
  28.       </Group>
  29.     </DimensionLayout>
  30.     <DimensionLayout dim="1">
  31.       <Group type="103" groupAlignment="0" attributes="0">
  32.           <Group type="102" alignment="0" attributes="0">
  33.               <EmptySpace max="-2" attributes="0"/>
  34.               <Component id="jScrollPane1" min="-2" max="-2" attributes="0"/>
  35.               <EmptySpace pref="45" max="32767" attributes="0"/>
  36.           </Group>
  37.       </Group>
  38.     </DimensionLayout>
  39.   </Layout>
  40.   <SubComponents>
  41.     <Container class="javax.swing.JScrollPane" name="jScrollPane1">
  42.       <AuxValues>
  43.         <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
  44.       </AuxValues>
  45.       <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
  46.       <SubComponents>
  47.         <Component class="javax.swing.JList" name="jList1">
  48.           <Properties>
  49.             <Property name="model" type="javax.swing.ListModel" editor="org.netbeans.modules.form.editors2.ListModelEditor">
  50.               <StringArray count="5">
  51.                 <StringItem index="0" value="Item 1"/>
  52.                 <StringItem index="1" value="Item 2"/>
  53.                 <StringItem index="2" value="Item 3"/>
  54.                 <StringItem index="3" value="Item 4"/>
  55.                 <StringItem index="4" value="Item 5"/>
  56.               </StringArray>
  57.             </Property>
  58.           </Properties>
  59.         </Component>
  60.       </SubComponents>
  61.     </Container>
  62.   </SubComponents>
  63. </Form>