/installer/src/com/bluemarsh/jswat/installer/JdkPanel.form
Unknown | 117 lines | 113 code | 4 blank | 0 comment | 0 complexity | 9c437eb0e13544583b657edac116bf02 MD5 | raw file
Possible License(s): MPL-2.0-no-copyleft-exception
1<?xml version="1.0" encoding="UTF-8" ?> 2 3<Form version="1.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo"> 4 <Properties> 5 <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> 6 <Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo"> 7 <EmptyBorder bottom="12" left="12" right="12" top="12"/> 8 </Border> 9 </Property> 10 </Properties> 11 <AuxValues> 12 <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/> 13 <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/> 14 <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/> 15 <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/> 16 <AuxValue name="designerSize" type="java.awt.Dimension" value="-84,-19,0,5,115,114,0,18,106,97,118,97,46,97,119,116,46,68,105,109,101,110,115,105,111,110,65,-114,-39,-41,-84,95,68,20,2,0,2,73,0,6,104,101,105,103,104,116,73,0,5,119,105,100,116,104,120,112,0,0,1,44,0,0,1,-112"/> 17 </AuxValues> 18 19 <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout"/> 20 <SubComponents> 21 <Component class="javax.swing.JTextArea" name="selectTextArea"> 22 <Properties> 23 <Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> 24 <Color blue="ee" green="ee" id="Panel.background" palette="3" red="ee" type="palette"/> 25 </Property> 26 <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> 27 <Font name="Dialog" size="12" style="0"/> 28 </Property> 29 <Property name="lineWrap" type="boolean" value="true"/> 30 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> 31 <ResourceString bundle="com/bluemarsh/jswat/installer/Form.properties" key="LBL_Jdk_Select_Text" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 32 </Property> 33 <Property name="wrapStyleWord" type="boolean" value="true"/> 34 </Properties> 35 <Constraints> 36 <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription"> 37 <GridBagConstraints gridX="-1" gridY="-1" gridWidth="0" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="17" weightX="1.0" weightY="0.0"/> 38 </Constraint> 39 </Constraints> 40 </Component> 41 <Container class="javax.swing.JPanel" name="spacer1Panel"> 42 <Constraints> 43 <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription"> 44 <GridBagConstraints gridX="-1" gridY="-1" gridWidth="0" gridHeight="1" fill="3" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="10" weightX="0.0" weightY="0.4"/> 45 </Constraint> 46 </Constraints> 47 48 <Layout class="org.netbeans.modules.form.compat2.layouts.DesignFlowLayout"/> 49 </Container> 50 <Component class="javax.swing.JLabel" name="homeLabel"> 51 <Properties> 52 <Property name="displayedMnemonic" type="int" editor="org.netbeans.modules.i18n.form.FormI18nMnemonicEditor"> 53 <ResourceString bundle="com/bluemarsh/jswat/installer/Form.properties" key="KEY_Jdk_Home" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 54 </Property> 55 <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.ComponentChooserEditor"> 56 <ComponentRef name="homeTextField"/> 57 </Property> 58 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> 59 <ResourceString bundle="com/bluemarsh/jswat/installer/Form.properties" key="LBL_Jdk_Home_Label" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 60 </Property> 61 </Properties> 62 <Constraints> 63 <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription"> 64 <GridBagConstraints gridX="-1" gridY="-1" gridWidth="0" gridHeight="1" fill="0" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="5" insetsRight="0" anchor="17" weightX="0.0" weightY="0.0"/> 65 </Constraint> 66 </Constraints> 67 </Component> 68 <Component class="javax.swing.JTextField" name="homeTextField"> 69 <Constraints> 70 <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription"> 71 <GridBagConstraints gridX="-1" gridY="-1" gridWidth="0" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="5" insetsRight="0" anchor="17" weightX="1.0" weightY="0.0"/> 72 </Constraint> 73 </Constraints> 74 </Component> 75 <Component class="javax.swing.JButton" name="browseButton"> 76 <Properties> 77 <Property name="mnemonic" type="int" editor="org.netbeans.modules.i18n.form.FormI18nMnemonicEditor"> 78 <ResourceString bundle="com/bluemarsh/jswat/installer/Form.properties" key="KEY_Jdk_Browse" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 79 </Property> 80 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> 81 <ResourceString bundle="com/bluemarsh/jswat/installer/Form.properties" key="LBL_Jdk_Browse_Button" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 82 </Property> 83 </Properties> 84 <Constraints> 85 <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription"> 86 <GridBagConstraints gridX="-1" gridY="-1" gridWidth="0" gridHeight="1" fill="0" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="13" weightX="0.0" weightY="0.0"/> 87 </Constraint> 88 </Constraints> 89 </Component> 90 <Container class="javax.swing.JPanel" name="spacer2Panel"> 91 <Constraints> 92 <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription"> 93 <GridBagConstraints gridX="-1" gridY="-1" gridWidth="0" gridHeight="1" fill="3" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="10" weightX="0.0" weightY="0.6"/> 94 </Constraint> 95 </Constraints> 96 97 <Layout class="org.netbeans.modules.form.compat2.layouts.DesignFlowLayout"/> 98 </Container> 99 <Component class="javax.swing.JLabel" name="messageLabel"> 100 <Properties> 101 <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> 102 <Color blue="ff" green="99" red="66" type="rgb"/> 103 </Property> 104 <Property name="text" type="java.lang.String" value=" "/> 105 <Property name="focusable" type="boolean" value="false"/> 106 <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> 107 <Dimension value="[100, 30]"/> 108 </Property> 109 </Properties> 110 <Constraints> 111 <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription"> 112 <GridBagConstraints gridX="-1" gridY="-1" gridWidth="0" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="17" weightX="0.0" weightY="0.0"/> 113 </Constraint> 114 </Constraints> 115 </Component> 116 </SubComponents> 117</Form>