|
| 1 | +<?xml version="1.0" encoding="UTF-8" ?> |
| 2 | + |
| 3 | +<Form version="1.3" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JFrameFormInfo"> |
| 4 | + <Properties> |
| 5 | + <Property name="defaultCloseOperation" type="int" value="3"/> |
| 6 | + </Properties> |
| 7 | + <SyntheticProperties> |
| 8 | + <SyntheticProperty name="formSizePolicy" type="int" value="1"/> |
| 9 | + <SyntheticProperty name="generateCenter" type="boolean" value="false"/> |
| 10 | + </SyntheticProperties> |
| 11 | + <AuxValues> |
| 12 | + <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/> |
| 13 | + <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/> |
| 14 | + <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/> |
| 15 | + <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/> |
| 16 | + <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/> |
| 17 | + <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/> |
| 18 | + <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/> |
| 19 | + <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/> |
| 20 | + <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/> |
| 21 | + </AuxValues> |
| 22 | + |
| 23 | + <Layout> |
| 24 | + <DimensionLayout dim="0"> |
| 25 | + <Group type="103" groupAlignment="0" attributes="0"> |
| 26 | + <Component id="header" pref="300" max="32767" attributes="0"/> |
| 27 | + <Group type="102" alignment="1" attributes="0"> |
| 28 | + <EmptySpace max="32767" attributes="0"/> |
| 29 | + <Component id="closeButton" min="-2" max="-2" attributes="0"/> |
| 30 | + <EmptySpace min="-2" pref="113" max="-2" attributes="0"/> |
| 31 | + </Group> |
| 32 | + <Group type="102" alignment="0" attributes="0"> |
| 33 | + <EmptySpace max="-2" attributes="0"/> |
| 34 | + <Component id="progressBar" max="32767" attributes="0"/> |
| 35 | + <EmptySpace max="-2" attributes="0"/> |
| 36 | + </Group> |
| 37 | + </Group> |
| 38 | + </DimensionLayout> |
| 39 | + <DimensionLayout dim="1"> |
| 40 | + <Group type="103" groupAlignment="0" attributes="0"> |
| 41 | + <Group type="102" alignment="0" attributes="0"> |
| 42 | + <Component id="header" min="-2" pref="16" max="-2" attributes="0"/> |
| 43 | + <EmptySpace max="-2" attributes="0"/> |
| 44 | + <Component id="progressBar" min="-2" pref="15" max="-2" attributes="0"/> |
| 45 | + <EmptySpace max="32767" attributes="0"/> |
| 46 | + <Component id="closeButton" min="-2" max="-2" attributes="0"/> |
| 47 | + </Group> |
| 48 | + </Group> |
| 49 | + </DimensionLayout> |
| 50 | + </Layout> |
| 51 | + <SubComponents> |
| 52 | + <Component class="javax.swing.JLabel" name="header"> |
| 53 | + <Properties> |
| 54 | + <Property name="horizontalAlignment" type="int" value="0"/> |
| 55 | + <Property name="text" type="java.lang.String" value="Title"/> |
| 56 | + </Properties> |
| 57 | + </Component> |
| 58 | + <Component class="javax.swing.JProgressBar" name="progressBar"> |
| 59 | + <Properties> |
| 60 | + <Property name="value" type="int" value="50"/> |
| 61 | + <Property name="stringPainted" type="boolean" value="true"/> |
| 62 | + </Properties> |
| 63 | + </Component> |
| 64 | + <Component class="javax.swing.JButton" name="closeButton"> |
| 65 | + <Properties> |
| 66 | + <Property name="text" type="java.lang.String" value="Close"/> |
| 67 | + </Properties> |
| 68 | + <Events> |
| 69 | + <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="closeButtonActionPerformed"/> |
| 70 | + </Events> |
| 71 | + </Component> |
| 72 | + </SubComponents> |
| 73 | +</Form> |
0 commit comments