samples/apifest1/infrastructure/testing-template/src/org/netbeans/apifest/testingtemplate/TestingTemplatePanelVisual.form
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 09:52:45 +0200
changeset 52 4257f4cf226b
permissions -rw-r--r--
Adding samples from API fest to the repository, including pieces of their code in the document, not just links
jtulach@52
     1
<?xml version="1.0" encoding="UTF-8" ?>
jtulach@52
     2
jtulach@52
     3
<Form version="1.3" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
jtulach@52
     4
  <AuxValues>
jtulach@52
     5
    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="true"/>
jtulach@52
     6
    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
jtulach@52
     7
    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
jtulach@52
     8
    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
jtulach@52
     9
  </AuxValues>
jtulach@52
    10
jtulach@52
    11
  <Layout>
jtulach@52
    12
    <DimensionLayout dim="0">
jtulach@52
    13
      <Group type="103" groupAlignment="0" attributes="0">
jtulach@52
    14
          <Group type="102" attributes="0">
jtulach@52
    15
              <EmptySpace min="-2" max="-2" attributes="0"/>
jtulach@52
    16
              <Group type="103" groupAlignment="0" attributes="0">
jtulach@52
    17
                  <Component id="projectNameLabel" alignment="0" min="-2" max="-2" attributes="0"/>
jtulach@52
    18
                  <Component id="projectLocationLabel" alignment="0" min="-2" max="-2" attributes="0"/>
jtulach@52
    19
                  <Component id="createdFolderLabel" alignment="0" min="-2" max="-2" attributes="0"/>
jtulach@52
    20
              </Group>
jtulach@52
    21
              <EmptySpace min="-2" max="-2" attributes="0"/>
jtulach@52
    22
              <Group type="103" groupAlignment="0" attributes="0">
jtulach@52
    23
                  <Component id="projectNameTextField" alignment="1" pref="191" max="32767" attributes="0"/>
jtulach@52
    24
                  <Component id="projectLocationTextField" alignment="1" pref="191" max="32767" attributes="0"/>
jtulach@52
    25
                  <Component id="createdFolderTextField" alignment="1" pref="191" max="32767" attributes="0"/>
jtulach@52
    26
              </Group>
jtulach@52
    27
              <EmptySpace min="-2" max="-2" attributes="0"/>
jtulach@52
    28
              <Component id="browseButton" min="-2" max="-2" attributes="0"/>
jtulach@52
    29
              <EmptySpace min="-2" max="-2" attributes="0"/>
jtulach@52
    30
          </Group>
jtulach@52
    31
      </Group>
jtulach@52
    32
    </DimensionLayout>
jtulach@52
    33
    <DimensionLayout dim="1">
jtulach@52
    34
      <Group type="103" groupAlignment="0" attributes="0">
jtulach@52
    35
          <Group type="102" attributes="0">
jtulach@52
    36
              <EmptySpace max="-2" attributes="0"/>
jtulach@52
    37
              <Group type="103" groupAlignment="3" attributes="0">
jtulach@52
    38
                  <Component id="projectNameLabel" alignment="3" min="-2" max="-2" attributes="0"/>
jtulach@52
    39
                  <Component id="projectNameTextField" alignment="3" min="-2" max="-2" attributes="0"/>
jtulach@52
    40
              </Group>
jtulach@52
    41
              <EmptySpace max="-2" attributes="0"/>
jtulach@52
    42
              <Group type="103" groupAlignment="3" attributes="0">
jtulach@52
    43
                  <Component id="projectLocationLabel" alignment="3" min="-2" max="-2" attributes="0"/>
jtulach@52
    44
                  <Component id="projectLocationTextField" alignment="3" min="-2" max="-2" attributes="0"/>
jtulach@52
    45
                  <Component id="browseButton" alignment="3" min="-2" max="-2" attributes="0"/>
jtulach@52
    46
              </Group>
jtulach@52
    47
              <EmptySpace max="-2" attributes="0"/>
jtulach@52
    48
              <Group type="103" groupAlignment="3" attributes="0">
jtulach@52
    49
                  <Component id="createdFolderLabel" alignment="3" min="-2" max="-2" attributes="0"/>
jtulach@52
    50
                  <Component id="createdFolderTextField" alignment="3" min="-2" max="-2" attributes="0"/>
jtulach@52
    51
              </Group>
jtulach@52
    52
              <EmptySpace pref="213" max="32767" attributes="0"/>
jtulach@52
    53
          </Group>
jtulach@52
    54
      </Group>
jtulach@52
    55
    </DimensionLayout>
jtulach@52
    56
  </Layout>
jtulach@52
    57
  <SubComponents>
jtulach@52
    58
    <Component class="javax.swing.JLabel" name="projectNameLabel">
jtulach@52
    59
      <Properties>
jtulach@52
    60
        <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.ComponentChooserEditor">
jtulach@52
    61
          <ComponentRef name="projectNameTextField"/>
jtulach@52
    62
        </Property>
jtulach@52
    63
        <Property name="text" type="java.lang.String" value="Project &amp;Name:"/>
jtulach@52
    64
      </Properties>
jtulach@52
    65
      <AuxValues>
jtulach@52
    66
        <AuxValue name="generateMnemonicsCode" type="java.lang.Boolean" value="true"/>
jtulach@52
    67
      </AuxValues>
jtulach@52
    68
    </Component>
jtulach@52
    69
    <Component class="javax.swing.JTextField" name="projectNameTextField">
jtulach@52
    70
    </Component>
jtulach@52
    71
    <Component class="javax.swing.JLabel" name="projectLocationLabel">
jtulach@52
    72
      <Properties>
jtulach@52
    73
        <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.ComponentChooserEditor">
jtulach@52
    74
          <ComponentRef name="projectLocationTextField"/>
jtulach@52
    75
        </Property>
jtulach@52
    76
        <Property name="text" type="java.lang.String" value="Project &amp;Location:"/>
jtulach@52
    77
      </Properties>
jtulach@52
    78
      <AuxValues>
jtulach@52
    79
        <AuxValue name="generateMnemonicsCode" type="java.lang.Boolean" value="true"/>
jtulach@52
    80
      </AuxValues>
jtulach@52
    81
    </Component>
jtulach@52
    82
    <Component class="javax.swing.JTextField" name="projectLocationTextField">
jtulach@52
    83
    </Component>
jtulach@52
    84
    <Component class="javax.swing.JButton" name="browseButton">
jtulach@52
    85
      <Properties>
jtulach@52
    86
        <Property name="text" type="java.lang.String" value="Br&amp;owse..."/>
jtulach@52
    87
        <Property name="actionCommand" type="java.lang.String" value="BROWSE"/>
jtulach@52
    88
      </Properties>
jtulach@52
    89
      <Events>
jtulach@52
    90
        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="browseButtonActionPerformed"/>
jtulach@52
    91
      </Events>
jtulach@52
    92
    </Component>
jtulach@52
    93
    <Component class="javax.swing.JLabel" name="createdFolderLabel">
jtulach@52
    94
      <Properties>
jtulach@52
    95
        <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.ComponentChooserEditor">
jtulach@52
    96
          <ComponentRef name="createdFolderTextField"/>
jtulach@52
    97
        </Property>
jtulach@52
    98
        <Property name="text" type="java.lang.String" value="Project &amp;Folder:"/>
jtulach@52
    99
      </Properties>
jtulach@52
   100
    </Component>
jtulach@52
   101
    <Component class="javax.swing.JTextField" name="createdFolderTextField">
jtulach@52
   102
      <Properties>
jtulach@52
   103
        <Property name="editable" type="boolean" value="false"/>
jtulach@52
   104
      </Properties>
jtulach@52
   105
    </Component>
jtulach@52
   106
  </SubComponents>
jtulach@52
   107
</Form>