| <?xml version="1.0" encoding="UTF-8" ?> |
| |
| <!-- |
| |
| Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you under the Apache License, Version 2.0 (the |
| "License"); you may not use this file except in compliance |
| with the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, |
| software distributed under the License is distributed on an |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| KIND, either express or implied. See the License for the |
| specific language governing permissions and limitations |
| under the License. |
| |
| --> |
| |
| <Form version="1.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo"> |
| <AuxValues> |
| <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/> |
| <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/> |
| <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/> |
| <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="true"/> |
| <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="true"/> |
| <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/> |
| <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/> |
| <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/> |
| <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/> |
| </AuxValues> |
| |
| <Layout> |
| <DimensionLayout dim="0"> |
| <Group type="103" groupAlignment="0" attributes="0"> |
| <Group type="102" alignment="0" attributes="0"> |
| <Component id="jLabel1" min="-2" max="-2" attributes="0"/> |
| <EmptySpace max="-2" attributes="0"/> |
| <Component id="compiler" min="-2" max="-2" attributes="0"/> |
| <EmptySpace type="unrelated" max="-2" attributes="0"/> |
| <Component id="jLabel2" min="-2" max="-2" attributes="0"/> |
| <EmptySpace max="-2" attributes="0"/> |
| <Component id="decompiler" min="-2" max="-2" attributes="0"/> |
| <EmptySpace type="unrelated" max="-2" attributes="0"/> |
| <Component id="jLabel3" min="-2" max="-2" attributes="0"/> |
| <EmptySpace max="-2" attributes="0"/> |
| <Component id="extraOptions" pref="338" max="32767" attributes="0"/> |
| </Group> |
| </Group> |
| </DimensionLayout> |
| <DimensionLayout dim="1"> |
| <Group type="103" groupAlignment="0" attributes="0"> |
| <Group type="103" groupAlignment="3" attributes="0"> |
| <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/> |
| <Component id="compiler" alignment="3" min="-2" max="-2" attributes="0"/> |
| <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/> |
| <Component id="decompiler" alignment="3" min="-2" max="-2" attributes="0"/> |
| <Component id="jLabel3" alignment="3" min="-2" max="-2" attributes="0"/> |
| <Component id="extraOptions" alignment="3" min="-2" max="-2" attributes="0"/> |
| </Group> |
| </Group> |
| </DimensionLayout> |
| </Layout> |
| <SubComponents> |
| <Component class="javax.swing.JLabel" name="jLabel1"> |
| <Properties> |
| <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
| <ResourceString bundle="org/netbeans/modules/java/debugjavac/Bundle.properties" key="DecompileToolbar.jLabel1.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| </Property> |
| </Properties> |
| </Component> |
| <Component class="javax.swing.JComboBox" name="compiler"> |
| <Properties> |
| <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor"> |
| <StringArray count="4"> |
| <StringItem index="0" value="Item 1"/> |
| <StringItem index="1" value="Item 2"/> |
| <StringItem index="2" value="Item 3"/> |
| <StringItem index="3" value="Item 4"/> |
| </StringArray> |
| </Property> |
| </Properties> |
| </Component> |
| <Component class="javax.swing.JLabel" name="jLabel2"> |
| <Properties> |
| <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
| <ResourceString bundle="org/netbeans/modules/java/debugjavac/Bundle.properties" key="DecompileToolbar.jLabel2.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| </Property> |
| </Properties> |
| </Component> |
| <Component class="javax.swing.JComboBox" name="decompiler"> |
| <Properties> |
| <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor"> |
| <StringArray count="4"> |
| <StringItem index="0" value="Item 1"/> |
| <StringItem index="1" value="Item 2"/> |
| <StringItem index="2" value="Item 3"/> |
| <StringItem index="3" value="Item 4"/> |
| </StringArray> |
| </Property> |
| </Properties> |
| </Component> |
| <Component class="javax.swing.JLabel" name="jLabel3"> |
| <Properties> |
| <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
| <ResourceString bundle="org/netbeans/modules/java/debugjavac/Bundle.properties" key="DecompileToolbar.jLabel3.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| </Property> |
| </Properties> |
| </Component> |
| <Component class="javax.swing.JComboBox" name="extraOptions"> |
| <Properties> |
| <Property name="editable" type="boolean" value="true"/> |
| <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor"> |
| <StringArray count="0"/> |
| </Property> |
| </Properties> |
| </Component> |
| </SubComponents> |
| </Form> |