Skip to content

Commit 7690fa5

Browse files
committed
build files
1 parent 6d5aa4e commit 7690fa5

File tree

7 files changed

+508
-0
lines changed

7 files changed

+508
-0
lines changed

build/classes/.netbeans_automatic_build

Whitespace-only changes.

build/classes/.netbeans_update_resources

Whitespace-only changes.
Lines changed: 142 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,142 @@
1+
<?xml version="1.0" encoding="UTF-8" ?>
2+
3+
<Form version="1.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JDialogFormInfo">
4+
<Properties>
5+
<Property name="defaultCloseOperation" type="int" value="2"/>
6+
<Property name="title" type="java.lang.String" resourceKey="title"/>
7+
<Property name="modal" type="boolean" value="true"/>
8+
<Property name="name" type="java.lang.String" value="aboutBox" noResource="true"/>
9+
<Property name="resizable" type="boolean" value="false"/>
10+
</Properties>
11+
<SyntheticProperties>
12+
<SyntheticProperty name="formSizePolicy" type="int" value="1"/>
13+
<SyntheticProperty name="generateCenter" type="boolean" value="false"/>
14+
</SyntheticProperties>
15+
<AuxValues>
16+
<AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="2"/>
17+
<AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="true"/>
18+
<AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
19+
<AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
20+
<AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
21+
<AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
22+
<AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
23+
<AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
24+
<AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
25+
</AuxValues>
26+
27+
<Layout>
28+
<DimensionLayout dim="0">
29+
<Group type="103" groupAlignment="0" attributes="0">
30+
<Group type="102" alignment="0" attributes="0">
31+
<Component id="imageLabel" min="-2" max="-2" attributes="0"/>
32+
<EmptySpace type="separate" min="-2" max="-2" attributes="0"/>
33+
<Group type="103" groupAlignment="1" attributes="0">
34+
<Component id="appDescLabel" alignment="0" pref="0" max="32767" attributes="0"/>
35+
<Component id="closeButton" alignment="1" min="-2" max="-2" attributes="0"/>
36+
<Group type="102" alignment="0" attributes="0">
37+
<Group type="103" groupAlignment="1" attributes="0">
38+
<Group type="102" alignment="0" attributes="0">
39+
<Component id="versionLabel" min="-2" max="-2" attributes="0"/>
40+
<EmptySpace min="-2" max="-2" attributes="0"/>
41+
<Component id="appVersionLabel" min="-2" max="-2" attributes="0"/>
42+
</Group>
43+
<Component id="appTitleLabel" alignment="0" min="-2" max="-2" attributes="0"/>
44+
</Group>
45+
<EmptySpace min="-2" pref="129" max="-2" attributes="0"/>
46+
</Group>
47+
</Group>
48+
<EmptySpace min="-2" max="-2" attributes="0"/>
49+
</Group>
50+
</Group>
51+
</DimensionLayout>
52+
<DimensionLayout dim="1">
53+
<Group type="103" groupAlignment="0" attributes="0">
54+
<Component id="imageLabel" min="-2" max="32767" attributes="0"/>
55+
<Group type="102" alignment="0" attributes="0">
56+
<EmptySpace max="-2" attributes="0"/>
57+
<Component id="appTitleLabel" min="-2" max="-2" attributes="0"/>
58+
<EmptySpace min="-2" max="-2" attributes="0"/>
59+
<Component id="appDescLabel" min="-2" max="-2" attributes="0"/>
60+
<EmptySpace min="-2" max="-2" attributes="0"/>
61+
<Group type="103" groupAlignment="3" attributes="0">
62+
<Component id="versionLabel" alignment="3" min="-2" max="-2" attributes="0"/>
63+
<Component id="appVersionLabel" alignment="3" min="-2" max="-2" attributes="0"/>
64+
</Group>
65+
<EmptySpace pref="17" max="32767" attributes="0"/>
66+
<Component id="closeButton" min="-2" max="-2" attributes="0"/>
67+
<EmptySpace max="-2" attributes="0"/>
68+
</Group>
69+
</Group>
70+
</DimensionLayout>
71+
</Layout>
72+
<SubComponents>
73+
<Component class="javax.swing.JButton" name="closeButton">
74+
<Properties>
75+
<Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.swingapp.ActionEditor">
76+
<action class="imagedownloader.ImageDownloaderAboutBox" id="closeAboutBox" methodName="closeAboutBox"/>
77+
</Property>
78+
<Property name="name" type="java.lang.String" value="closeButton" noResource="true"/>
79+
</Properties>
80+
</Component>
81+
<Component class="javax.swing.JLabel" name="appTitleLabel">
82+
<Properties>
83+
<Property name="font" type="java.awt.Font" noResource="true" editor="org.netbeans.modules.form.editors2.FontEditor">
84+
<FontInfo relative="true">
85+
<Font bold="true" component="appTitleLabel" property="font" relativeSize="true" size="4"/>
86+
</FontInfo>
87+
</Property>
88+
<Property name="text" type="java.lang.String" resourceKey="Application.title"/>
89+
<Property name="name" type="java.lang.String" value="appTitleLabel" noResource="true"/>
90+
</Properties>
91+
<AuxValues>
92+
<AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/>
93+
<AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/>
94+
</AuxValues>
95+
</Component>
96+
<Component class="javax.swing.JLabel" name="versionLabel">
97+
<Properties>
98+
<Property name="font" type="java.awt.Font" noResource="true" editor="org.netbeans.modules.form.editors2.FontEditor">
99+
<FontInfo relative="true">
100+
<Font bold="true" component="versionLabel" property="font" relativeSize="true" size="0"/>
101+
</FontInfo>
102+
</Property>
103+
<Property name="text" type="java.lang.String" resourceKey="versionLabel.text"/>
104+
<Property name="name" type="java.lang.String" value="versionLabel" noResource="true"/>
105+
</Properties>
106+
<AuxValues>
107+
<AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/>
108+
<AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/>
109+
</AuxValues>
110+
</Component>
111+
<Component class="javax.swing.JLabel" name="appVersionLabel">
112+
<Properties>
113+
<Property name="text" type="java.lang.String" resourceKey="Application.version"/>
114+
<Property name="name" type="java.lang.String" value="appVersionLabel" noResource="true"/>
115+
</Properties>
116+
<AuxValues>
117+
<AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/>
118+
<AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/>
119+
</AuxValues>
120+
</Component>
121+
<Component class="javax.swing.JLabel" name="appDescLabel">
122+
<Properties>
123+
<Property name="text" type="java.lang.String" resourceKey="appDescLabel.text"/>
124+
<Property name="name" type="java.lang.String" value="appDescLabel" noResource="true"/>
125+
</Properties>
126+
<AuxValues>
127+
<AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/>
128+
<AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/>
129+
</AuxValues>
130+
</Component>
131+
<Component class="javax.swing.JLabel" name="imageLabel">
132+
<Properties>
133+
<Property name="icon" type="javax.swing.Icon" resourceKey="imageLabel.icon"/>
134+
<Property name="name" type="java.lang.String" value="imageLabel" noResource="true"/>
135+
</Properties>
136+
<AuxValues>
137+
<AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/>
138+
<AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/>
139+
</AuxValues>
140+
</Component>
141+
</SubComponents>
142+
</Form>
Binary file not shown.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy