sandbox/old-modules/api/src/org/netbeans/modules/jackpot30/impl/examples/ExamplesList.form
branchdonation_review
changeset 1043 57843026e60b
parent 1027 205b7632914c
parent 1040 f7b6892fd754
child 1044 7feb751ba76b
     1.1 --- a/sandbox/old-modules/api/src/org/netbeans/modules/jackpot30/impl/examples/ExamplesList.form	Mon Dec 19 11:37:36 2016 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,95 +0,0 @@
     1.4 -<?xml version="1.0" encoding="UTF-8" ?>
     1.5 -
     1.6 -<Form version="1.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
     1.7 -  <AuxValues>
     1.8 -    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>
     1.9 -    <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
    1.10 -    <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
    1.11 -    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
    1.12 -    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="true"/>
    1.13 -    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
    1.14 -    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
    1.15 -    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
    1.16 -    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
    1.17 -  </AuxValues>
    1.18 -
    1.19 -  <Layout>
    1.20 -    <DimensionLayout dim="0">
    1.21 -      <Group type="103" groupAlignment="0" attributes="0">
    1.22 -          <Group type="102" alignment="1" attributes="0">
    1.23 -              <EmptySpace max="-2" attributes="0"/>
    1.24 -              <Group type="103" groupAlignment="1" attributes="0">
    1.25 -                  <Component id="jScrollPane2" alignment="0" pref="376" max="32767" attributes="0"/>
    1.26 -                  <Component id="jScrollPane1" alignment="0" pref="376" max="32767" attributes="0"/>
    1.27 -                  <Component id="jLabel1" alignment="0" min="-2" max="-2" attributes="0"/>
    1.28 -              </Group>
    1.29 -              <EmptySpace max="-2" attributes="0"/>
    1.30 -          </Group>
    1.31 -      </Group>
    1.32 -    </DimensionLayout>
    1.33 -    <DimensionLayout dim="1">
    1.34 -      <Group type="103" groupAlignment="0" attributes="0">
    1.35 -          <Group type="102" alignment="0" attributes="0">
    1.36 -              <EmptySpace max="-2" attributes="0"/>
    1.37 -              <Component id="jLabel1" min="-2" max="-2" attributes="0"/>
    1.38 -              <EmptySpace max="-2" attributes="0"/>
    1.39 -              <Component id="jScrollPane1" pref="130" max="32767" attributes="0"/>
    1.40 -              <EmptySpace max="-2" attributes="0"/>
    1.41 -              <Component id="jScrollPane2" min="-2" pref="119" max="-2" attributes="0"/>
    1.42 -              <EmptySpace max="-2" attributes="0"/>
    1.43 -          </Group>
    1.44 -      </Group>
    1.45 -    </DimensionLayout>
    1.46 -  </Layout>
    1.47 -  <SubComponents>
    1.48 -    <Component class="javax.swing.JLabel" name="jLabel1">
    1.49 -      <Properties>
    1.50 -        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
    1.51 -          <Connection code="convertor.getHeader()" type="code"/>
    1.52 -        </Property>
    1.53 -      </Properties>
    1.54 -    </Component>
    1.55 -    <Container class="javax.swing.JScrollPane" name="jScrollPane1">
    1.56 -      <AuxValues>
    1.57 -        <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
    1.58 -      </AuxValues>
    1.59 -
    1.60 -      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
    1.61 -      <SubComponents>
    1.62 -        <Component class="javax.swing.JList" name="list">
    1.63 -          <Properties>
    1.64 -            <Property name="model" type="javax.swing.ListModel" editor="org.netbeans.modules.form.editors2.ListModelEditor">
    1.65 -              <StringArray count="5">
    1.66 -                <StringItem index="0" value="Item 1"/>
    1.67 -                <StringItem index="1" value="Item 2"/>
    1.68 -                <StringItem index="2" value="Item 3"/>
    1.69 -                <StringItem index="3" value="Item 4"/>
    1.70 -                <StringItem index="4" value="Item 5"/>
    1.71 -              </StringArray>
    1.72 -            </Property>
    1.73 -          </Properties>
    1.74 -          <Events>
    1.75 -            <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="listMouseClicked"/>
    1.76 -            <EventHandler event="valueChanged" listener="javax.swing.event.ListSelectionListener" parameters="javax.swing.event.ListSelectionEvent" handler="listValueChanged"/>
    1.77 -          </Events>
    1.78 -        </Component>
    1.79 -      </SubComponents>
    1.80 -    </Container>
    1.81 -    <Container class="javax.swing.JScrollPane" name="jScrollPane2">
    1.82 -      <AuxValues>
    1.83 -        <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
    1.84 -      </AuxValues>
    1.85 -
    1.86 -      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
    1.87 -      <SubComponents>
    1.88 -        <Component class="javax.swing.JEditorPane" name="pattern">
    1.89 -          <Properties>
    1.90 -            <Property name="contentType" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
    1.91 -              <ResourceString bundle="org/netbeans/modules/jackpot30/impl/examples/Bundle.properties" key="ExamplesList.pattern.contentType" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
    1.92 -            </Property>
    1.93 -          </Properties>
    1.94 -        </Component>
    1.95 -      </SubComponents>
    1.96 -    </Container>
    1.97 -  </SubComponents>
    1.98 -</Form>