|
33 | 33 | <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> |
34 | 34 | <Dimension value="[350, 250]"/> |
35 | 35 | </Property> |
36 | | - <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> |
37 | | - <Dimension value="[500, 250]"/> |
38 | | - </Property> |
39 | 36 | </Properties> |
40 | 37 | <SyntheticProperties> |
41 | 38 | <SyntheticProperty name="menuBar" type="java.lang.String" value="jMenuBar1"/> |
|
61 | 58 | <EmptySpace min="-2" max="-2" attributes="0"/> |
62 | 59 | <Group type="103" groupAlignment="0" attributes="0"> |
63 | 60 | <Group type="102" alignment="0" attributes="0"> |
| 61 | + <Component id="bMerge" min="-2" max="-2" attributes="0"/> |
| 62 | + <EmptySpace type="separate" max="-2" attributes="0"/> |
| 63 | + <Component id="lStatus" min="-2" max="-2" attributes="0"/> |
| 64 | + <EmptySpace pref="81" max="32767" attributes="0"/> |
| 65 | + <Component id="bClose" min="-2" max="-2" attributes="0"/> |
| 66 | + </Group> |
| 67 | + <Group type="102" attributes="0"> |
64 | 68 | <Component id="bAddPdf" min="-2" max="-2" attributes="0"/> |
65 | 69 | <EmptySpace max="-2" attributes="0"/> |
66 | 70 | <Component id="bRemovePdf" min="-2" max="-2" attributes="0"/> |
67 | 71 | <EmptySpace min="0" pref="0" max="32767" attributes="0"/> |
68 | 72 | </Group> |
69 | 73 | <Group type="102" alignment="0" attributes="0"> |
70 | | - <Component id="bMerge" min="-2" max="-2" attributes="0"/> |
71 | | - <EmptySpace max="-2" attributes="0"/> |
72 | | - <Component id="jLabel1" min="-2" max="-2" attributes="0"/> |
73 | | - <EmptySpace pref="184" max="32767" attributes="0"/> |
74 | | - <Component id="bClose" min="-2" max="-2" attributes="0"/> |
| 74 | + <Component id="jScrollPane1" max="32767" attributes="0"/> |
| 75 | + <EmptySpace type="unrelated" max="-2" attributes="0"/> |
| 76 | + <Group type="103" groupAlignment="0" max="-2" attributes="0"> |
| 77 | + <Component id="bMoveDown" max="32767" attributes="0"/> |
| 78 | + <Component id="bMoveUp" min="-2" pref="89" max="-2" attributes="0"/> |
| 79 | + </Group> |
75 | 80 | </Group> |
76 | | - <Component id="jScrollPane1" alignment="0" max="32767" attributes="0"/> |
77 | 81 | </Group> |
78 | 82 | <EmptySpace min="-2" max="-2" attributes="0"/> |
79 | 83 | </Group> |
|
83 | 87 | <Group type="103" groupAlignment="0" attributes="0"> |
84 | 88 | <Group type="102" alignment="0" attributes="0"> |
85 | 89 | <EmptySpace max="-2" attributes="0"/> |
86 | | - <Component id="jScrollPane1" pref="149" max="32767" attributes="0"/> |
| 90 | + <Group type="103" groupAlignment="0" attributes="0"> |
| 91 | + <Component id="jScrollPane1" pref="149" max="32767" attributes="0"/> |
| 92 | + <Group type="102" attributes="0"> |
| 93 | + <Component id="bMoveUp" min="-2" max="-2" attributes="0"/> |
| 94 | + <EmptySpace type="unrelated" max="-2" attributes="0"/> |
| 95 | + <Component id="bMoveDown" min="-2" max="-2" attributes="0"/> |
| 96 | + <EmptySpace min="0" pref="0" max="32767" attributes="0"/> |
| 97 | + </Group> |
| 98 | + </Group> |
87 | 99 | <EmptySpace max="-2" attributes="0"/> |
88 | 100 | <Group type="103" groupAlignment="3" attributes="0"> |
89 | 101 | <Component id="bAddPdf" alignment="3" min="-2" max="-2" attributes="0"/> |
|
93 | 105 | <Group type="103" groupAlignment="3" attributes="0"> |
94 | 106 | <Component id="bMerge" alignment="3" min="-2" max="-2" attributes="0"/> |
95 | 107 | <Component id="bClose" alignment="3" min="-2" max="-2" attributes="0"/> |
96 | | - <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/> |
| 108 | + <Component id="lStatus" alignment="3" min="-2" max="-2" attributes="0"/> |
97 | 109 | </Group> |
98 | 110 | <EmptySpace max="-2" attributes="0"/> |
99 | 111 | </Group> |
|
104 | 116 | <Component class="javax.swing.JButton" name="bMerge"> |
105 | 117 | <Properties> |
106 | 118 | <Property name="text" type="java.lang.String" value="Merge PDFs"/> |
| 119 | + <Property name="enabled" type="boolean" value="false"/> |
107 | 120 | </Properties> |
108 | 121 | <Events> |
109 | 122 | <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="bMergeActionPerformed"/> |
|
134 | 147 | <Value id="INSERT"/> |
135 | 148 | </Property> |
136 | 149 | </Properties> |
| 150 | + <Events> |
| 151 | + <EventHandler event="valueChanged" listener="javax.swing.event.ListSelectionListener" parameters="javax.swing.event.ListSelectionEvent" handler="pdfListValueChanged"/> |
| 152 | + </Events> |
137 | 153 | <AuxValues> |
138 | 154 | <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="18"/> |
139 | 155 | </AuxValues> |
|
151 | 167 | <Component class="javax.swing.JButton" name="bRemovePdf"> |
152 | 168 | <Properties> |
153 | 169 | <Property name="text" type="java.lang.String" value="Remove Selected"/> |
| 170 | + <Property name="enabled" type="boolean" value="false"/> |
154 | 171 | </Properties> |
155 | 172 | <Events> |
156 | 173 | <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="bRemovePdfActionPerformed"/> |
157 | 174 | </Events> |
158 | 175 | </Component> |
159 | | - <Component class="javax.swing.JLabel" name="jLabel1"> |
| 176 | + <Component class="javax.swing.JLabel" name="lStatus"> |
| 177 | + <Properties> |
| 178 | + <Property name="text" type="java.lang.String" value="PDFs will be appended in the order shown above"/> |
| 179 | + </Properties> |
| 180 | + </Component> |
| 181 | + <Component class="javax.swing.JButton" name="bMoveUp"> |
| 182 | + <Properties> |
| 183 | + <Property name="text" type="java.lang.String" value="Move Up"/> |
| 184 | + <Property name="enabled" type="boolean" value="false"/> |
| 185 | + </Properties> |
| 186 | + <Events> |
| 187 | + <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="bMoveUpActionPerformed"/> |
| 188 | + </Events> |
| 189 | + </Component> |
| 190 | + <Component class="javax.swing.JButton" name="bMoveDown"> |
160 | 191 | <Properties> |
161 | | - <Property name="text" type="java.lang.String" value="Drag and Drop to Reorder List"/> |
| 192 | + <Property name="text" type="java.lang.String" value="Move Down"/> |
| 193 | + <Property name="enabled" type="boolean" value="false"/> |
162 | 194 | </Properties> |
163 | 195 | </Component> |
164 | 196 | </SubComponents> |
|
0 commit comments