java/rozsirene-atributy/src/cz/frantovo/rozsireneAtributy/gui/Panel.form
author František Kučera <franta-hg@frantovo.cz>
Wed Dec 15 20:07:14 2010 +0100 (2010-12-15)
changeset 6 734f104f2869
child 10 ed2b6ebf138d
permissions -rw-r--r--
První GUI.
     1 <?xml version="1.1" encoding="UTF-8" ?>
     2 
     3 <Form version="1.3" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
     4   <AuxValues>
     5     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
     6     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
     7     <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
     8     <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
     9     <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
    10     <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
    11     <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
    12     <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
    13     <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
    14   </AuxValues>
    15 
    16   <Layout>
    17     <DimensionLayout dim="0">
    18       <Group type="103" groupAlignment="0" attributes="0">
    19           <Component id="scroll" alignment="0" pref="447" max="32767" attributes="0"/>
    20       </Group>
    21     </DimensionLayout>
    22     <DimensionLayout dim="1">
    23       <Group type="103" groupAlignment="0" attributes="0">
    24           <Component id="scroll" alignment="0" pref="316" max="32767" attributes="0"/>
    25       </Group>
    26     </DimensionLayout>
    27   </Layout>
    28   <SubComponents>
    29     <Container class="javax.swing.JScrollPane" name="scroll">
    30 
    31       <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
    32       <SubComponents>
    33         <Component class="javax.swing.JTable" name="tabulka">
    34           <Properties>
    35             <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor">
    36               <Table columnCount="4" rowCount="4">
    37                 <Column editable="true" title="Title 1" type="java.lang.Object"/>
    38                 <Column editable="true" title="Title 2" type="java.lang.Object"/>
    39                 <Column editable="true" title="Title 3" type="java.lang.Object"/>
    40                 <Column editable="true" title="Title 4" type="java.lang.Object"/>
    41               </Table>
    42             </Property>
    43           </Properties>
    44         </Component>
    45       </SubComponents>
    46     </Container>
    47   </SubComponents>
    48 </Form>