ada.platform/src/org/netbeans/modules/ada/platform/ui/PlatformsCustomizer.form
author Andrea Lucarelli <raster@netbeans.org>
Sun, 22 Aug 2010 23:37:11 +0200
branchrelease68
changeset 16367 d2820c029d3a
parent 15779 367c7fdb5d23
permissions -rw-r--r--
Add JVM compiler support.
     1 <?xml version="1.0" encoding="UTF-8" ?>
     2 
     3 <Form version="1.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
     4   <NonVisualComponents>
     5     <Component class="javax.swing.JLabel" name="jLabel6">
     6       <Properties>
     7         <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
     8           <ResourceString bundle="org/netbeans/modules/ada/platform/ui/Bundle.properties" key="PlatformsCustomizer.jLabel6.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
     9         </Property>
    10       </Properties>
    11     </Component>
    12   </NonVisualComponents>
    13   <AuxValues>
    14     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>
    15     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
    16     <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
    17     <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
    18     <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="true"/>
    19     <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="2"/>
    20     <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
    21     <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
    22     <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
    23   </AuxValues>
    24 
    25   <Layout>
    26     <DimensionLayout dim="0">
    27       <Group type="103" groupAlignment="0" attributes="0">
    28           <Group type="102" alignment="0" attributes="0">
    29               <EmptySpace max="-2" attributes="0"/>
    30               <Group type="103" groupAlignment="1" attributes="0">
    31                   <Component id="makeDefaultButton" alignment="0" pref="168" max="32767" attributes="0"/>
    32                   <Component id="autoDetectButton" alignment="0" pref="168" max="32767" attributes="1"/>
    33                   <Group type="102" alignment="0" attributes="0">
    34                       <Component id="newButton" pref="73" max="32767" attributes="0"/>
    35                       <EmptySpace min="-2" max="-2" attributes="0"/>
    36                       <Component id="removeButton" pref="89" max="32767" attributes="0"/>
    37                   </Group>
    38                   <Component id="paltformsListTitleLabel" alignment="0" min="-2" max="-2" attributes="0"/>
    39                   <Component id="platformsListScrollPanel" alignment="0" min="-2" pref="168" max="-2" attributes="2"/>
    40               </Group>
    41               <EmptySpace max="-2" attributes="0"/>
    42               <Component id="tabbedPane" pref="474" max="32767" attributes="0"/>
    43               <EmptySpace max="-2" attributes="0"/>
    44           </Group>
    45       </Group>
    46     </DimensionLayout>
    47     <DimensionLayout dim="1">
    48       <Group type="103" groupAlignment="0" attributes="0">
    49           <Group type="102" alignment="0" attributes="0">
    50               <EmptySpace min="-2" max="-2" attributes="0"/>
    51               <Group type="103" groupAlignment="0" attributes="0">
    52                   <Component id="tabbedPane" alignment="0" pref="321" max="32767" attributes="0"/>
    53                   <Group type="102" alignment="0" attributes="0">
    54                       <Component id="paltformsListTitleLabel" min="-2" max="-2" attributes="0"/>
    55                       <EmptySpace max="-2" attributes="0"/>
    56                       <Component id="platformsListScrollPanel" pref="214" max="32767" attributes="0"/>
    57                       <EmptySpace max="-2" attributes="0"/>
    58                       <Group type="103" groupAlignment="3" attributes="0">
    59                           <Component id="removeButton" alignment="3" min="-2" max="-2" attributes="0"/>
    60                           <Component id="newButton" alignment="3" min="-2" max="-2" attributes="0"/>
    61                       </Group>
    62                       <EmptySpace min="-2" max="-2" attributes="0"/>
    63                       <Component id="autoDetectButton" min="-2" max="-2" attributes="0"/>
    64                       <EmptySpace max="-2" attributes="0"/>
    65                       <Component id="makeDefaultButton" min="-2" max="-2" attributes="0"/>
    66                   </Group>
    67               </Group>
    68           </Group>
    69       </Group>
    70     </DimensionLayout>
    71   </Layout>
    72   <SubComponents>
    73     <Container class="javax.swing.JScrollPane" name="platformsListScrollPanel">
    74       <AuxValues>
    75         <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
    76       </AuxValues>
    77 
    78       <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
    79       <SubComponents>
    80         <Component class="javax.swing.JList" name="PlatformList">
    81           <Properties>
    82             <Property name="model" type="javax.swing.ListModel" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
    83               <Connection code="platformListModel" type="code"/>
    84             </Property>
    85             <Property name="selectionMode" type="int" value="0"/>
    86             <Property name="cellRenderer" type="javax.swing.ListCellRenderer" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
    87               <Connection code="new PlatformListCellRenderer()" type="code"/>
    88             </Property>
    89           </Properties>
    90           <Events>
    91             <EventHandler event="valueChanged" listener="javax.swing.event.ListSelectionListener" parameters="javax.swing.event.ListSelectionEvent" handler="PlatformListValueChanged"/>
    92           </Events>
    93         </Component>
    94       </SubComponents>
    95     </Container>
    96     <Component class="javax.swing.JLabel" name="paltformsListTitleLabel">
    97       <Properties>
    98         <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
    99           <ResourceString bundle="org/netbeans/modules/ada/platform/ui/Bundle.properties" key="PlatformsCustomizer.paltformsListTitleLabel.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
   100         </Property>
   101       </Properties>
   102     </Component>
   103     <Component class="javax.swing.JButton" name="newButton">
   104       <Properties>
   105         <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
   106           <ResourceString bundle="org/netbeans/modules/ada/platform/ui/Bundle.properties" key="PlatformsCustomizer.newButton.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
   107         </Property>
   108       </Properties>
   109       <Events>
   110         <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="newButtonActionPerformed"/>
   111       </Events>
   112     </Component>
   113     <Component class="javax.swing.JButton" name="removeButton">
   114       <Properties>
   115         <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
   116           <ResourceString bundle="org/netbeans/modules/ada/platform/ui/Bundle.properties" key="PlatformsCustomizer.removeButton.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
   117         </Property>
   118       </Properties>
   119       <Events>
   120         <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="removeButtonActionPerformed"/>
   121       </Events>
   122     </Component>
   123     <Component class="javax.swing.JButton" name="autoDetectButton">
   124       <Properties>
   125         <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
   126           <ResourceString bundle="org/netbeans/modules/ada/platform/ui/Bundle.properties" key="PlatformsCustomizer.autoDetectButton.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
   127         </Property>
   128       </Properties>
   129       <Events>
   130         <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="autoDetectButtonActionPerformed"/>
   131       </Events>
   132     </Component>
   133     <Container class="javax.swing.JTabbedPane" name="tabbedPane">
   134 
   135       <Layout class="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout"/>
   136       <SubComponents>
   137         <Container class="javax.swing.JPanel" name="mainPanel">
   138           <Constraints>
   139             <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription">
   140               <JTabbedPaneConstraints tabName="Main">
   141                 <Property name="tabTitle" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
   142                   <ResourceString bundle="org/netbeans/modules/ada/platform/ui/Bundle.properties" key="PlatformsCustomizer.mainPanel.TabConstraints.tabTitle_1" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
   143                 </Property>
   144               </JTabbedPaneConstraints>
   145             </Constraint>
   146           </Constraints>
   147 
   148           <Layout>
   149             <DimensionLayout dim="0">
   150               <Group type="103" groupAlignment="0" attributes="0">
   151                   <Group type="102" attributes="0">
   152                       <Group type="103" groupAlignment="0" attributes="0">
   153                           <Group type="102" alignment="0" attributes="0">
   154                               <EmptySpace min="-2" pref="10" max="-2" attributes="0"/>
   155                               <Group type="103" groupAlignment="1" attributes="0">
   156                                   <Component id="otherInfoLabel" min="-2" pref="91" max="-2" attributes="0"/>
   157                                   <Group type="103" alignment="1" groupAlignment="0" attributes="0">
   158                                       <Component id="compilerCommandLabel" alignment="0" min="-2" max="-2" attributes="0"/>
   159                                       <Component id="platfromNameLabel" alignment="1" min="-2" pref="91" max="-2" attributes="0"/>
   160                                   </Group>
   161                               </Group>
   162                               <EmptySpace max="-2" attributes="0"/>
   163                               <Group type="103" groupAlignment="0" attributes="0">
   164                                   <Component id="compilerCommand" pref="324" max="32767" attributes="0"/>
   165                                   <Component id="platformName" alignment="0" pref="324" max="32767" attributes="0"/>
   166                                   <Component id="platformInfoTextField" alignment="1" pref="324" max="32767" attributes="0"/>
   167                               </Group>
   168                           </Group>
   169                           <Group type="102" alignment="1" attributes="0">
   170                               <EmptySpace pref="192" max="32767" attributes="0"/>
   171                               <Component id="autoDetectLabel" min="-2" max="-2" attributes="0"/>
   172                               <EmptySpace min="5" pref="5" max="5" attributes="0"/>
   173                               <Component id="autoDetectProgress" min="-2" max="-2" attributes="0"/>
   174                           </Group>
   175                           <Group type="102" alignment="1" attributes="0">
   176                               <EmptySpace min="-2" pref="19" max="-2" attributes="0"/>
   177                               <Component id="jvmCompilerCommandLabel" min="-2" max="-2" attributes="0"/>
   178                               <EmptySpace max="-2" attributes="0"/>
   179                               <Component id="jvmCompilerCommand" pref="323" max="32767" attributes="0"/>
   180                           </Group>
   181                       </Group>
   182                       <EmptySpace max="-2" attributes="0"/>
   183                   </Group>
   184               </Group>
   185             </DimensionLayout>
   186             <DimensionLayout dim="1">
   187               <Group type="103" groupAlignment="0" attributes="0">
   188                   <Group type="102" alignment="0" attributes="0">
   189                       <EmptySpace max="-2" attributes="0"/>
   190                       <Group type="103" groupAlignment="3" attributes="0">
   191                           <Component id="platfromNameLabel" alignment="3" min="-2" max="-2" attributes="0"/>
   192                           <Component id="platformName" alignment="3" min="-2" max="-2" attributes="0"/>
   193                       </Group>
   194                       <EmptySpace type="unrelated" max="-2" attributes="0"/>
   195                       <Group type="103" groupAlignment="3" attributes="0">
   196                           <Component id="platformInfoTextField" alignment="3" min="-2" max="-2" attributes="0"/>
   197                           <Component id="otherInfoLabel" alignment="3" min="-2" max="-2" attributes="0"/>
   198                       </Group>
   199                       <EmptySpace type="unrelated" max="-2" attributes="0"/>
   200                       <Group type="103" groupAlignment="3" attributes="0">
   201                           <Component id="compilerCommandLabel" alignment="3" min="-2" max="-2" attributes="0"/>
   202                           <Component id="compilerCommand" alignment="3" min="-2" max="-2" attributes="0"/>
   203                       </Group>
   204                       <EmptySpace type="unrelated" max="-2" attributes="0"/>
   205                       <Group type="103" groupAlignment="3" attributes="0">
   206                           <Component id="jvmCompilerCommand" alignment="3" min="-2" max="-2" attributes="0"/>
   207                           <Component id="jvmCompilerCommandLabel" alignment="3" min="-2" max="-2" attributes="0"/>
   208                       </Group>
   209                       <EmptySpace pref="144" max="32767" attributes="0"/>
   210                       <Group type="103" groupAlignment="0" attributes="0">
   211                           <Component id="autoDetectLabel" min="-2" max="-2" attributes="0"/>
   212                           <Component id="autoDetectProgress" min="-2" max="-2" attributes="0"/>
   213                       </Group>
   214                       <EmptySpace max="-2" attributes="0"/>
   215                   </Group>
   216               </Group>
   217             </DimensionLayout>
   218           </Layout>
   219           <SubComponents>
   220             <Component class="javax.swing.JLabel" name="platfromNameLabel">
   221               <Properties>
   222                 <Property name="horizontalAlignment" type="int" value="4"/>
   223                 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
   224                   <ResourceString bundle="org/netbeans/modules/ada/platform/ui/Bundle.properties" key="PlatformsCustomizer.platfromNameLabel.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
   225                 </Property>
   226               </Properties>
   227             </Component>
   228             <Component class="javax.swing.JTextField" name="platformName">
   229               <Properties>
   230                 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
   231                   <ResourceString bundle="org/netbeans/modules/ada/platform/ui/Bundle.properties" key="PlatformsCustomizer.platformName.text_1" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
   232                 </Property>
   233               </Properties>
   234             </Component>
   235             <Component class="javax.swing.JLabel" name="compilerCommandLabel">
   236               <Properties>
   237                 <Property name="horizontalAlignment" type="int" value="4"/>
   238                 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
   239                   <ResourceString bundle="org/netbeans/modules/ada/platform/ui/Bundle.properties" key="PlatformsCustomizer.compilerCommandLabel.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
   240                 </Property>
   241               </Properties>
   242             </Component>
   243             <Component class="javax.swing.JTextField" name="compilerCommand">
   244               <Properties>
   245                 <Property name="editable" type="boolean" value="false"/>
   246                 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
   247                   <ResourceString bundle="org/netbeans/modules/ada/platform/ui/Bundle.properties" key="PlatformsCustomizer.compilerCommand.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
   248                 </Property>
   249               </Properties>
   250             </Component>
   251             <Component class="javax.swing.JLabel" name="otherInfoLabel">
   252               <Properties>
   253                 <Property name="horizontalAlignment" type="int" value="4"/>
   254                 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
   255                   <ResourceString bundle="org/netbeans/modules/ada/platform/ui/Bundle.properties" key="PlatformsCustomizer.otherInfoLabel.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
   256                 </Property>
   257               </Properties>
   258             </Component>
   259             <Component class="javax.swing.JTextField" name="platformInfoTextField">
   260               <Properties>
   261                 <Property name="editable" type="boolean" value="false"/>
   262                 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
   263                   <ResourceString bundle="org/netbeans/modules/ada/platform/ui/Bundle.properties" key="PlatformsCustomizer.platformInfoTextField.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
   264                 </Property>
   265               </Properties>
   266             </Component>
   267             <Component class="javax.swing.JLabel" name="autoDetectLabel">
   268               <Properties>
   269                 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
   270                   <ResourceString bundle="org/netbeans/modules/ada/platform/ui/Bundle.properties" key="PlatformsCustomizer.autoDetectLabel.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
   271                 </Property>
   272               </Properties>
   273             </Component>
   274             <Component class="javax.swing.JProgressBar" name="autoDetectProgress">
   275               <Properties>
   276                 <Property name="indeterminate" type="boolean" value="true"/>
   277               </Properties>
   278             </Component>
   279             <Component class="javax.swing.JTextField" name="jvmCompilerCommand">
   280               <Properties>
   281                 <Property name="editable" type="boolean" value="false"/>
   282                 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
   283                   <ResourceString bundle="org/netbeans/modules/ada/platform/ui/Bundle.properties" key="PlatformsCustomizer.jvmCompilerCommand.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
   284                 </Property>
   285               </Properties>
   286             </Component>
   287             <Component class="javax.swing.JLabel" name="jvmCompilerCommandLabel">
   288               <Properties>
   289                 <Property name="horizontalAlignment" type="int" value="4"/>
   290                 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
   291                   <ResourceString bundle="org/netbeans/modules/ada/platform/ui/Bundle.properties" key="PlatformsCustomizer.jvmCompilerCommandLabel.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
   292                 </Property>
   293               </Properties>
   294             </Component>
   295           </SubComponents>
   296         </Container>
   297         <Container class="javax.swing.JPanel" name="adaPathPanel">
   298           <Constraints>
   299             <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription">
   300               <JTabbedPaneConstraints tabName="Ada Path">
   301                 <Property name="tabTitle" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
   302                   <ResourceString bundle="org/netbeans/modules/ada/platform/ui/Bundle.properties" key="PlatformsCustomizer.adaPathPanel.TabConstraints.tabTitle_1" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
   303                 </Property>
   304               </JTabbedPaneConstraints>
   305             </Constraint>
   306           </Constraints>
   307 
   308           <Layout>
   309             <DimensionLayout dim="0">
   310               <Group type="103" groupAlignment="0" attributes="0">
   311                   <Group type="102" attributes="0">
   312                       <EmptySpace max="-2" attributes="0"/>
   313                       <Group type="103" groupAlignment="0" attributes="0">
   314                           <Group type="102" attributes="0">
   315                               <Component id="jScrollPane2" pref="354" max="32767" attributes="0"/>
   316                               <EmptySpace max="-2" attributes="0"/>
   317                               <Group type="103" groupAlignment="0" attributes="0">
   318                                   <Component id="moveDownPath" max="32767" attributes="0"/>
   319                                   <Component id="moveUpPath" pref="89" max="32767" attributes="1"/>
   320                                   <Component id="removePath" pref="89" max="32767" attributes="1"/>
   321                                   <Component id="addPath" pref="89" max="32767" attributes="1"/>
   322                               </Group>
   323                           </Group>
   324                           <Component id="jLabel5" alignment="0" min="-2" max="-2" attributes="0"/>
   325                       </Group>
   326                       <EmptySpace max="-2" attributes="0"/>
   327                   </Group>
   328               </Group>
   329             </DimensionLayout>
   330             <DimensionLayout dim="1">
   331               <Group type="103" groupAlignment="0" attributes="0">
   332                   <Group type="102" alignment="0" attributes="0">
   333                       <Component id="jLabel5" min="-2" max="-2" attributes="0"/>
   334                       <EmptySpace max="-2" attributes="0"/>
   335                       <Group type="103" groupAlignment="1" attributes="0">
   336                           <Group type="102" alignment="0" attributes="0">
   337                               <Component id="addPath" min="-2" max="-2" attributes="0"/>
   338                               <EmptySpace max="-2" attributes="0"/>
   339                               <Component id="removePath" min="-2" max="-2" attributes="0"/>
   340                               <EmptySpace max="-2" attributes="0"/>
   341                               <Component id="moveUpPath" min="-2" max="-2" attributes="0"/>
   342                               <EmptySpace max="-2" attributes="0"/>
   343                               <Component id="moveDownPath" min="-2" max="-2" attributes="0"/>
   344                           </Group>
   345                           <Component id="jScrollPane2" alignment="0" pref="262" max="32767" attributes="0"/>
   346                       </Group>
   347                       <EmptySpace max="-2" attributes="0"/>
   348                   </Group>
   349               </Group>
   350             </DimensionLayout>
   351           </Layout>
   352           <SubComponents>
   353             <Component class="javax.swing.JLabel" name="jLabel5">
   354               <Properties>
   355                 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
   356                   <ResourceString bundle="org/netbeans/modules/ada/platform/ui/Bundle.properties" key="PlatformsCustomizer.jLabel5.text_1" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
   357                 </Property>
   358               </Properties>
   359             </Component>
   360             <Container class="javax.swing.JScrollPane" name="jScrollPane2">
   361               <AuxValues>
   362                 <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
   363               </AuxValues>
   364 
   365               <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
   366               <SubComponents>
   367                 <Component class="javax.swing.JList" name="adaPath">
   368                   <Properties>
   369                     <Property name="model" type="javax.swing.ListModel" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
   370                       <Connection code="adaPathModel" type="code"/>
   371                     </Property>
   372                     <Property name="selectionMode" type="int" value="0"/>
   373                   </Properties>
   374                 </Component>
   375               </SubComponents>
   376             </Container>
   377             <Component class="javax.swing.JButton" name="addPath">
   378               <Properties>
   379                 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
   380                   <ResourceString bundle="org/netbeans/modules/ada/platform/ui/Bundle.properties" key="PlatformsCustomizer.addPath.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
   381                 </Property>
   382               </Properties>
   383               <Events>
   384                 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="addPathActionPerformed"/>
   385               </Events>
   386             </Component>
   387             <Component class="javax.swing.JButton" name="removePath">
   388               <Properties>
   389                 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
   390                   <ResourceString bundle="org/netbeans/modules/ada/platform/ui/Bundle.properties" key="PlatformsCustomizer.removePath.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
   391                 </Property>
   392               </Properties>
   393               <Events>
   394                 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="removePathActionPerformed"/>
   395               </Events>
   396             </Component>
   397             <Component class="javax.swing.JButton" name="moveUpPath">
   398               <Properties>
   399                 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
   400                   <ResourceString bundle="org/netbeans/modules/ada/platform/ui/Bundle.properties" key="PlatformsCustomizer.moveUpPath.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
   401                 </Property>
   402               </Properties>
   403               <Events>
   404                 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="moveUpPathActionPerformed"/>
   405               </Events>
   406             </Component>
   407             <Component class="javax.swing.JButton" name="moveDownPath">
   408               <Properties>
   409                 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
   410                   <ResourceString bundle="org/netbeans/modules/ada/platform/ui/Bundle.properties" key="PlatformsCustomizer.moveDownPath.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
   411                 </Property>
   412               </Properties>
   413               <Events>
   414                 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="moveDownPathActionPerformed"/>
   415               </Events>
   416             </Component>
   417           </SubComponents>
   418         </Container>
   419       </SubComponents>
   420     </Container>
   421     <Component class="javax.swing.JButton" name="makeDefaultButton">
   422       <Properties>
   423         <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
   424           <ResourceString bundle="org/netbeans/modules/ada/platform/ui/Bundle.properties" key="PlatformsCustomizer.makeDefaultButton.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
   425         </Property>
   426       </Properties>
   427       <Events>
   428         <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="makeDefaultButtonActionPerformed"/>
   429       </Events>
   430     </Component>
   431   </SubComponents>
   432 </Form>