1 <?xml version="1.0" encoding="UTF-8" ?>
3 <Form version="1.3" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
5 <Container class="javax.swing.JDialog" name="jDialog1">
8 <DimensionLayout dim="0">
9 <Group type="103" groupAlignment="0" attributes="0">
10 <Component id="jFileChooser1" min="-2" max="-2" attributes="0"/>
13 <DimensionLayout dim="1">
14 <Group type="103" groupAlignment="0" attributes="0">
15 <Component id="jFileChooser1" min="-2" max="-2" attributes="0"/>
20 <Component class="javax.swing.JFileChooser" name="jFileChooser1">
22 <Property name="currentDirectory" type="java.io.File" value="null"/>
27 </NonVisualComponents>
29 <Property name="defaultCloseOperation" type="int" value="3"/>
30 <Property name="title" type="java.lang.String" value="One-time pad (XOR) symetric encryption [<-Harvie 2oo7]"/>
33 <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
34 </SyntheticProperties>
36 <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
37 <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="2"/>
38 <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
39 <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
40 <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
44 <DimensionLayout dim="0">
45 <Group type="103" groupAlignment="0" attributes="0">
46 <Group type="102" alignment="1" attributes="0">
47 <EmptySpace max="-2" attributes="0"/>
48 <Group type="103" groupAlignment="1" attributes="0">
49 <Component id="jButton4" alignment="0" pref="467" max="32767" attributes="0"/>
50 <Group type="102" alignment="0" attributes="0">
51 <Group type="103" groupAlignment="1" attributes="0">
52 <Component id="jButton3" pref="78" max="32767" attributes="0"/>
53 <Component id="jButton2" alignment="0" max="32767" attributes="1"/>
54 <Component id="jButton1" alignment="0" pref="78" max="32767" attributes="1"/>
56 <EmptySpace max="-2" attributes="0"/>
57 <Group type="103" groupAlignment="1" attributes="0">
58 <Component id="jTextField3" pref="383" max="32767" attributes="0"/>
59 <Component id="jTextField1" alignment="0" pref="383" max="32767" attributes="1"/>
60 <Group type="102" alignment="1" attributes="0">
61 <Component id="jTextField2" pref="323" max="32767" attributes="1"/>
62 <EmptySpace max="-2" attributes="0"/>
63 <Component id="jButton5" min="-2" max="-2" attributes="0"/>
67 <Component id="jTextField4" alignment="0" pref="467" max="32767" attributes="0"/>
69 <EmptySpace max="-2" attributes="0"/>
73 <DimensionLayout dim="1">
74 <Group type="103" groupAlignment="0" attributes="0">
75 <Group type="102" alignment="0" attributes="0">
76 <EmptySpace max="-2" attributes="0"/>
77 <Group type="103" groupAlignment="3" attributes="0">
78 <Component id="jButton1" alignment="3" min="-2" max="-2" attributes="0"/>
79 <Component id="jTextField1" alignment="3" min="-2" pref="24" max="-2" attributes="0"/>
81 <EmptySpace max="-2" attributes="0"/>
82 <Group type="103" groupAlignment="0" attributes="0">
83 <Group type="102" attributes="0">
84 <Group type="103" groupAlignment="3" attributes="0">
85 <Component id="jTextField2" alignment="3" pref="25" max="32767" attributes="1"/>
86 <Component id="jButton5" alignment="3" min="-2" max="-2" attributes="0"/>
88 <EmptySpace min="-2" pref="6" max="-2" attributes="0"/>
90 <Group type="102" alignment="0" attributes="0">
91 <Component id="jButton2" min="-2" max="-2" attributes="1"/>
92 <EmptySpace max="-2" attributes="0"/>
95 <EmptySpace max="-2" attributes="0"/>
96 <Group type="103" groupAlignment="0" max="-2" attributes="0">
97 <Component id="jTextField3" max="32767" attributes="1"/>
98 <Component id="jButton3" alignment="0" max="32767" attributes="1"/>
100 <EmptySpace max="-2" attributes="0"/>
101 <Component id="jButton4" min="-2" pref="26" max="-2" attributes="0"/>
102 <EmptySpace max="-2" attributes="0"/>
103 <Component id="jTextField4" min="-2" max="-2" attributes="0"/>
104 <EmptySpace min="-2" max="-2" attributes="0"/>
110 <Component class="javax.swing.JButton" name="jButton1">
112 <Property name="text" type="java.lang.String" value="Input"/>
115 <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="jButton1MouseClicked"/>
118 <Component class="javax.swing.JTextField" name="jTextField1">
120 <Component class="javax.swing.JButton" name="jButton2">
122 <Property name="text" type="java.lang.String" value="Output"/>
125 <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="jButton2MouseClicked"/>
128 <Component class="javax.swing.JTextField" name="jTextField2">
130 <Component class="javax.swing.JButton" name="jButton3">
132 <Property name="text" type="java.lang.String" value="Key"/>
135 <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="jButton3MouseClicked"/>
138 <Component class="javax.swing.JTextField" name="jTextField3">
140 <Component class="javax.swing.JButton" name="jButton4">
142 <Property name="text" type="java.lang.String" value="Start"/>
145 <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="crypt"/>
148 <Component class="javax.swing.JTextField" name="jTextField4">
150 <Property name="editable" type="boolean" value="false"/>
151 <Property name="text" type="java.lang.String" value="Waiting..."/>
154 <Component class="javax.swing.JButton" name="jButton5">
156 <Property name="text" type="java.lang.String" value=".ccr"/>
159 <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="jButton5MouseClicked"/>