Skip to content

Commit c9d9500

Browse files
committed
Version 1.3 😘
1 parent d9303fe commit c9d9500

10 files changed

Lines changed: 1069 additions & 299 deletions

File tree

TODO.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Draw pages preview
2+
Text insertion shape
3+
Copy/Cut/Paste for shapes
Lines changed: 178 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,178 @@
1+
<?xml version="1.0" encoding="UTF-8" ?>
2+
3+
<Form version="1.3" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JDialogFormInfo">
4+
<NonVisualComponents>
5+
<Container class="javax.swing.JPanel" name="jPanel1">
6+
7+
<Layout>
8+
<DimensionLayout dim="0">
9+
<Group type="103" groupAlignment="0" attributes="0">
10+
<EmptySpace min="0" pref="100" max="32767" attributes="0"/>
11+
</Group>
12+
</DimensionLayout>
13+
<DimensionLayout dim="1">
14+
<Group type="103" groupAlignment="0" attributes="0">
15+
<EmptySpace min="0" pref="100" max="32767" attributes="0"/>
16+
</Group>
17+
</DimensionLayout>
18+
</Layout>
19+
</Container>
20+
</NonVisualComponents>
21+
<Properties>
22+
<Property name="defaultCloseOperation" type="int" value="2"/>
23+
<Property name="undecorated" type="boolean" value="true"/>
24+
</Properties>
25+
<SyntheticProperties>
26+
<SyntheticProperty name="formSizePolicy" type="int" value="1"/>
27+
<SyntheticProperty name="generateCenter" type="boolean" value="true"/>
28+
</SyntheticProperties>
29+
<AuxValues>
30+
<AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
31+
<AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
32+
<AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
33+
<AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
34+
<AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
35+
<AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
36+
<AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
37+
<AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
38+
<AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
39+
</AuxValues>
40+
41+
<Layout>
42+
<DimensionLayout dim="0">
43+
<Group type="103" groupAlignment="0" attributes="0">
44+
<Component id="containerPanel" max="32767" attributes="0"/>
45+
</Group>
46+
</DimensionLayout>
47+
<DimensionLayout dim="1">
48+
<Group type="103" groupAlignment="0" attributes="0">
49+
<Component id="containerPanel" max="32767" attributes="0"/>
50+
</Group>
51+
</DimensionLayout>
52+
</Layout>
53+
<SubComponents>
54+
<Container class="br.com.davidbuzatto.computersupportedclasshelper.gui.CustomDialogContainerPanel" name="containerPanel">
55+
56+
<Layout>
57+
<DimensionLayout dim="0">
58+
<Group type="103" groupAlignment="0" attributes="0">
59+
<Group type="102" attributes="0">
60+
<EmptySpace min="-2" max="-2" attributes="0"/>
61+
<Group type="103" groupAlignment="0" attributes="0">
62+
<Component id="lblTitle" pref="536" max="32767" attributes="0"/>
63+
<Component id="customDialogContainerPanel1" max="32767" attributes="0"/>
64+
<Component id="pButtons" alignment="0" max="32767" attributes="0"/>
65+
</Group>
66+
<EmptySpace min="-2" max="-2" attributes="0"/>
67+
</Group>
68+
</Group>
69+
</DimensionLayout>
70+
<DimensionLayout dim="1">
71+
<Group type="103" groupAlignment="0" attributes="0">
72+
<Group type="102" alignment="1" attributes="0">
73+
<EmptySpace min="-2" max="-2" attributes="0"/>
74+
<Component id="lblTitle" min="-2" max="-2" attributes="0"/>
75+
<EmptySpace type="unrelated" max="-2" attributes="0"/>
76+
<Component id="customDialogContainerPanel1" max="32767" attributes="0"/>
77+
<EmptySpace max="-2" attributes="0"/>
78+
<Component id="pButtons" min="-2" pref="32" max="-2" attributes="0"/>
79+
<EmptySpace max="-2" attributes="0"/>
80+
</Group>
81+
</Group>
82+
</DimensionLayout>
83+
</Layout>
84+
<SubComponents>
85+
<Component class="javax.swing.JLabel" name="lblTitle">
86+
<Properties>
87+
<Property name="font" type="java.awt.Font" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
88+
<Connection code="new Font( &quot;Dialog&quot;, Font.BOLD, 12 )&#xd;&#xa;" type="code"/>
89+
</Property>
90+
<Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
91+
<Color blue="cc" green="cc" red="cc" type="rgb"/>
92+
</Property>
93+
<Property name="text" type="java.lang.String" value="Draw Pages Preview"/>
94+
</Properties>
95+
</Component>
96+
<Container class="br.com.davidbuzatto.computersupportedclasshelper.gui.CustomDialogContainerPanel" name="customDialogContainerPanel1">
97+
98+
<Layout>
99+
<DimensionLayout dim="0">
100+
<Group type="103" groupAlignment="0" attributes="0">
101+
<Group type="102" alignment="0" attributes="0">
102+
<EmptySpace max="-2" attributes="0"/>
103+
<Component id="drawPagesPreviewPanel" max="32767" attributes="0"/>
104+
<EmptySpace max="-2" attributes="0"/>
105+
</Group>
106+
</Group>
107+
</DimensionLayout>
108+
<DimensionLayout dim="1">
109+
<Group type="103" groupAlignment="0" attributes="0">
110+
<Group type="102" alignment="0" attributes="0">
111+
<EmptySpace max="-2" attributes="0"/>
112+
<Component id="drawPagesPreviewPanel" max="32767" attributes="0"/>
113+
<EmptySpace max="-2" attributes="0"/>
114+
</Group>
115+
</Group>
116+
</DimensionLayout>
117+
</Layout>
118+
<SubComponents>
119+
<Container class="br.com.davidbuzatto.computersupportedclasshelper.gui.DrawPagesPreviewPanel" name="drawPagesPreviewPanel">
120+
121+
<Layout>
122+
<DimensionLayout dim="0">
123+
<Group type="103" groupAlignment="0" attributes="0">
124+
<EmptySpace min="0" pref="0" max="32767" attributes="0"/>
125+
</Group>
126+
</DimensionLayout>
127+
<DimensionLayout dim="1">
128+
<Group type="103" groupAlignment="0" attributes="0">
129+
<EmptySpace min="0" pref="150" max="32767" attributes="0"/>
130+
</Group>
131+
</DimensionLayout>
132+
</Layout>
133+
</Container>
134+
</SubComponents>
135+
</Container>
136+
<Container class="javax.swing.JPanel" name="pButtons">
137+
<Properties>
138+
<Property name="opaque" type="boolean" value="false"/>
139+
</Properties>
140+
141+
<Layout class="org.netbeans.modules.form.compat2.layouts.DesignFlowLayout"/>
142+
<SubComponents>
143+
<Component class="javax.swing.JButton" name="btnLeft">
144+
<Properties>
145+
<Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
146+
<Image iconType="3" name="/br/com/davidbuzatto/computersupportedclasshelper/gui/icons/arrow_left.png"/>
147+
</Property>
148+
</Properties>
149+
<Events>
150+
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnLeftActionPerformed"/>
151+
</Events>
152+
</Component>
153+
<Component class="javax.swing.JButton" name="btnOk">
154+
<Properties>
155+
<Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
156+
<Image iconType="3" name="/br/com/davidbuzatto/computersupportedclasshelper/gui/icons/accept.png"/>
157+
</Property>
158+
</Properties>
159+
<Events>
160+
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnOkActionPerformed"/>
161+
</Events>
162+
</Component>
163+
<Component class="javax.swing.JButton" name="btnRight">
164+
<Properties>
165+
<Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
166+
<Image iconType="3" name="/br/com/davidbuzatto/computersupportedclasshelper/gui/icons/arrow_right.png"/>
167+
</Property>
168+
</Properties>
169+
<Events>
170+
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnRightActionPerformed"/>
171+
</Events>
172+
</Component>
173+
</SubComponents>
174+
</Container>
175+
</SubComponents>
176+
</Container>
177+
</SubComponents>
178+
</Form>

0 commit comments

Comments
 (0)