source: tmcsimulator/trunk/src/tmcsim/client/cadclientgui/screens/VehicleInformationEntry.java @ 3

Revision 3, 23.1 KB checked in by jdalbey, 10 years ago (diff)

Initial Import of project files - cadclientgui

Line 
1package tmcsim.client.cadclientgui.screens;
2
3/*
4 * To change this template, choose Tools | Templates
5 * and open the template in the editor.
6 */
7
8/**
9 * CURRENTLY NOT IN USE.
10 * @author Stuart
11 */
12public class VehicleInformationEntry extends javax.swing.JFrame {
13
14    /**
15     * Creates new form VehicleInformationEntry
16     */
17    public VehicleInformationEntry() {
18        initComponents();
19    }
20
21    /**
22     * This method is called from within the constructor to initialize the form.
23     * WARNING: Do NOT modify this code. The content of this method is always
24     * regenerated by the Form Editor.
25     */
26    @SuppressWarnings("unchecked")
27    // <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents
28    private void initComponents() {
29
30        incidentNumberLabel = new javax.swing.JLabel();
31        incidentNumberField = new javax.swing.JTextField();
32        involvementTypeLabel = new javax.swing.JLabel();
33        involvementTypeCombo = new javax.swing.JComboBox();
34        towedByLabel = new javax.swing.JLabel();
35        towedByField = new javax.swing.JTextField();
36        vehicleCharacteristicsPane = new javax.swing.JPanel();
37        makeYearLabel = new javax.swing.JLabel();
38        makeLabel = new javax.swing.JLabel();
39        modelLabel = new javax.swing.JLabel();
40        makeYearField = new javax.swing.JTextField();
41        makeCombo = new javax.swing.JComboBox();
42        modelField = new javax.swing.JTextField();
43        styleLabel = new javax.swing.JLabel();
44        color1Label = new javax.swing.JLabel();
45        color2Label = new javax.swing.JLabel();
46        styleField = new javax.swing.JTextField();
47        color1Field = new javax.swing.JTextField();
48        color2Field = new javax.swing.JTextField();
49        registrationInformationPane = new javax.swing.JPanel();
50        licensePlateNoLabel = new javax.swing.JLabel();
51        licensePlateStateLabel = new javax.swing.JLabel();
52        licensePlateYearLabel = new javax.swing.JLabel();
53        licensePlateTypeLabel = new javax.swing.JLabel();
54        vinLabel = new javax.swing.JLabel();
55        licensePlateNoField = new javax.swing.JTextField();
56        licensePlateStateCombo = new javax.swing.JComboBox();
57        licensePlateYearField = new javax.swing.JTextField();
58        licensePlateTypeCombo = new javax.swing.JComboBox();
59        vinField = new javax.swing.JTextField();
60        commentsField = new javax.swing.JTextField();
61        characteristicsField = new javax.swing.JTextField();
62        characteristicsLabel = new javax.swing.JLabel();
63        commentsLabel = new javax.swing.JLabel();
64        jButton1 = new javax.swing.JButton();
65        saveButton = new javax.swing.JButton();
66        cancelButton = new javax.swing.JButton();
67       
68        setDefaultCloseOperation(javax.swing.WindowConstants.HIDE_ON_CLOSE);
69
70        incidentNumberLabel.setText("Incident No:");
71
72        incidentNumberField.setText("jTextField1");
73
74        involvementTypeLabel.setText("<html>\nInvolvement<br>Type:\n</html>");
75
76        involvementTypeCombo.setModel(new javax.swing.DefaultComboBoxModel(new String[] { "Item 1", "Item 2", "Item 3", "Item 4" }));
77
78        towedByLabel.setText("Towed By:");
79
80        towedByField.setText("jTextField2");
81
82        makeYearLabel.setText("Make Year:");
83
84        makeLabel.setText("Make:");
85
86        modelLabel.setText("Model:");
87
88        makeYearField.setText("jTextField3");
89
90        makeCombo.setModel(new javax.swing.DefaultComboBoxModel(new String[] { "Item 1", "Item 2", "Item 3", "Item 4" }));
91
92        modelField.setText("jTextField4");
93
94        styleLabel.setText("Style:");
95
96        color1Label.setText("Color 1:");
97
98        color2Label.setText("Color 2:");
99
100        styleField.setText("jTextField5");
101
102        color1Field.setText("jTextField6");
103
104        color2Field.setText("jTextField7");
105
106        javax.swing.GroupLayout vehicleCharacteristicsPaneLayout = new javax.swing.GroupLayout(vehicleCharacteristicsPane);
107        vehicleCharacteristicsPane.setLayout(vehicleCharacteristicsPaneLayout);
108        vehicleCharacteristicsPaneLayout.setHorizontalGroup(
109            vehicleCharacteristicsPaneLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
110            .addGroup(vehicleCharacteristicsPaneLayout.createSequentialGroup()
111                .addContainerGap()
112                .addGroup(vehicleCharacteristicsPaneLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING)
113                    .addComponent(modelLabel)
114                    .addComponent(makeLabel)
115                    .addComponent(makeYearLabel))
116                .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
117                .addGroup(vehicleCharacteristicsPaneLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING, false)
118                    .addComponent(makeYearField, javax.swing.GroupLayout.DEFAULT_SIZE, 140, Short.MAX_VALUE)
119                    .addComponent(makeCombo, 0, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
120                    .addComponent(modelField))
121                .addGap(18, 18, 18)
122                .addGroup(vehicleCharacteristicsPaneLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING)
123                    .addGroup(vehicleCharacteristicsPaneLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
124                        .addComponent(color1Label)
125                        .addComponent(color2Label))
126                    .addComponent(styleLabel))
127                .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
128                .addGroup(vehicleCharacteristicsPaneLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
129                    .addComponent(styleField, javax.swing.GroupLayout.DEFAULT_SIZE, 140, Short.MAX_VALUE)
130                    .addComponent(color1Field)
131                    .addComponent(color2Field))
132                .addContainerGap())
133        );
134        vehicleCharacteristicsPaneLayout.setVerticalGroup(
135            vehicleCharacteristicsPaneLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
136            .addGroup(vehicleCharacteristicsPaneLayout.createSequentialGroup()
137                .addGap(22, 22, 22)
138                .addGroup(vehicleCharacteristicsPaneLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
139                    .addComponent(makeYearLabel)
140                    .addComponent(makeYearField, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
141                    .addComponent(styleLabel)
142                    .addComponent(styleField, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE))
143                .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)
144                .addGroup(vehicleCharacteristicsPaneLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
145                    .addComponent(makeLabel)
146                    .addComponent(makeCombo, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
147                    .addComponent(color1Label)
148                    .addComponent(color1Field, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE))
149                .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)
150                .addGroup(vehicleCharacteristicsPaneLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
151                    .addComponent(modelLabel)
152                    .addComponent(modelField, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
153                    .addComponent(color2Label)
154                    .addComponent(color2Field, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE))
155                .addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
156        );
157
158        licensePlateNoLabel.setText("License Plate No:");
159
160        licensePlateStateLabel.setText("License Plate State:");
161
162        licensePlateYearLabel.setText("License Plate Year:");
163
164        licensePlateTypeLabel.setText("License PLate Type:");
165
166        vinLabel.setText("VIN:");
167
168        licensePlateNoField.setText("jTextField8");
169
170        licensePlateStateCombo.setModel(new javax.swing.DefaultComboBoxModel(new String[] { "Item 1", "Item 2", "Item 3", "Item 4" }));
171
172        licensePlateYearField.setText("jTextField9");
173
174        licensePlateTypeCombo.setModel(new javax.swing.DefaultComboBoxModel(new String[] { "Item 1", "Item 2", "Item 3", "Item 4" }));
175
176        vinField.setText("jTextField10");
177
178        javax.swing.GroupLayout registrationInformationPaneLayout = new javax.swing.GroupLayout(registrationInformationPane);
179        registrationInformationPane.setLayout(registrationInformationPaneLayout);
180        registrationInformationPaneLayout.setHorizontalGroup(
181            registrationInformationPaneLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
182            .addGroup(registrationInformationPaneLayout.createSequentialGroup()
183                .addGap(35, 35, 35)
184                .addGroup(registrationInformationPaneLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING)
185                    .addComponent(vinLabel)
186                    .addComponent(licensePlateTypeLabel)
187                    .addComponent(licensePlateYearLabel)
188                    .addComponent(licensePlateStateLabel)
189                    .addComponent(licensePlateNoLabel))
190                .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
191                .addGroup(registrationInformationPaneLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
192                    .addGroup(registrationInformationPaneLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING, false)
193                        .addComponent(licensePlateStateCombo, javax.swing.GroupLayout.PREFERRED_SIZE, 80, javax.swing.GroupLayout.PREFERRED_SIZE)
194                        .addComponent(licensePlateNoField, javax.swing.GroupLayout.DEFAULT_SIZE, 120, Short.MAX_VALUE)
195                        .addComponent(licensePlateYearField)
196                        .addComponent(licensePlateTypeCombo, 0, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
197                    .addComponent(vinField, javax.swing.GroupLayout.PREFERRED_SIZE, 170, javax.swing.GroupLayout.PREFERRED_SIZE))
198                .addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
199        );
200        registrationInformationPaneLayout.setVerticalGroup(
201            registrationInformationPaneLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
202            .addGroup(registrationInformationPaneLayout.createSequentialGroup()
203                .addGap(20, 20, 20)
204                .addGroup(registrationInformationPaneLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
205                    .addComponent(licensePlateNoLabel)
206                    .addComponent(licensePlateNoField, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE))
207                .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)
208                .addGroup(registrationInformationPaneLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
209                    .addComponent(licensePlateStateLabel)
210                    .addComponent(licensePlateStateCombo, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE))
211                .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)
212                .addGroup(registrationInformationPaneLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
213                    .addComponent(licensePlateYearLabel)
214                    .addComponent(licensePlateYearField, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE))
215                .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)
216                .addGroup(registrationInformationPaneLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
217                    .addComponent(licensePlateTypeLabel)
218                    .addComponent(licensePlateTypeCombo, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE))
219                .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)
220                .addGroup(registrationInformationPaneLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
221                    .addComponent(vinLabel)
222                    .addComponent(vinField, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE))
223                .addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
224        );
225
226        commentsField.setText("jTextField11");
227
228        characteristicsField.setText("jTextField12");
229
230        characteristicsLabel.setText("Characteristics:");
231
232        commentsLabel.setText("Comments:");
233
234        jButton1.setFont(new java.awt.Font("Tahoma", 0, 10)); // NOI18N
235        jButton1.setText("<html>\nSave with Records<br>Check\n</html>");
236        jButton1.setMargin(new java.awt.Insets(2, 2, 2, 2));
237
238        saveButton.setText("Save");
239
240        cancelButton.setText("Cancel");
241
242        javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane());
243        getContentPane().setLayout(layout);
244        layout.setHorizontalGroup(
245            layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
246            .addGroup(layout.createSequentialGroup()
247                .addGap(32, 32, 32)
248                .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING)
249                    .addComponent(involvementTypeLabel, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
250                    .addComponent(incidentNumberLabel))
251                .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)
252                .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
253                    .addGroup(layout.createSequentialGroup()
254                        .addComponent(involvementTypeCombo, javax.swing.GroupLayout.PREFERRED_SIZE, 190, javax.swing.GroupLayout.PREFERRED_SIZE)
255                        .addGap(57, 57, 57)
256                        .addComponent(towedByLabel)
257                        .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)
258                        .addComponent(towedByField, javax.swing.GroupLayout.PREFERRED_SIZE, 190, javax.swing.GroupLayout.PREFERRED_SIZE))
259                    .addComponent(incidentNumberField, javax.swing.GroupLayout.PREFERRED_SIZE, 100, javax.swing.GroupLayout.PREFERRED_SIZE))
260                .addGap(0, 0, Short.MAX_VALUE))
261            .addGroup(layout.createSequentialGroup()
262                .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
263                    .addGroup(layout.createSequentialGroup()
264                        .addContainerGap()
265                        .addComponent(vehicleCharacteristicsPane, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
266                        .addGap(18, 18, 18)
267                        .addComponent(registrationInformationPane, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
268                    .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, layout.createSequentialGroup()
269                        .addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
270                        .addComponent(cancelButton, javax.swing.GroupLayout.PREFERRED_SIZE, 80, javax.swing.GroupLayout.PREFERRED_SIZE)
271                        .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
272                        .addComponent(saveButton, javax.swing.GroupLayout.PREFERRED_SIZE, 80, javax.swing.GroupLayout.PREFERRED_SIZE)
273                        .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
274                        .addComponent(jButton1, javax.swing.GroupLayout.PREFERRED_SIZE, 110, javax.swing.GroupLayout.PREFERRED_SIZE))
275                    .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, layout.createSequentialGroup()
276                        .addGap(21, 21, 21)
277                        .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
278                            .addComponent(characteristicsField, javax.swing.GroupLayout.DEFAULT_SIZE, 380, Short.MAX_VALUE)
279                            .addGroup(layout.createSequentialGroup()
280                                .addComponent(characteristicsLabel)
281                                .addGap(0, 0, Short.MAX_VALUE)))
282                        .addGap(18, 18, 18)
283                        .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
284                            .addComponent(commentsLabel)
285                            .addComponent(commentsField, javax.swing.GroupLayout.PREFERRED_SIZE, 380, javax.swing.GroupLayout.PREFERRED_SIZE))))
286                .addContainerGap())
287        );
288        layout.setVerticalGroup(
289            layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
290            .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, layout.createSequentialGroup()
291                .addContainerGap()
292                .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
293                    .addComponent(incidentNumberLabel)
294                    .addComponent(incidentNumberField, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE))
295                .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
296                    .addGroup(layout.createSequentialGroup()
297                        .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
298                        .addComponent(involvementTypeLabel, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE))
299                    .addGroup(layout.createSequentialGroup()
300                        .addGap(11, 11, 11)
301                        .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
302                            .addComponent(involvementTypeCombo, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
303                            .addComponent(towedByLabel)
304                            .addComponent(towedByField, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE))))
305                .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
306                .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
307                    .addComponent(vehicleCharacteristicsPane, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
308                    .addComponent(registrationInformationPane, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE))
309                .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
310                .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
311                    .addComponent(commentsLabel)
312                    .addComponent(characteristicsLabel))
313                .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
314                .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING, false)
315                    .addComponent(characteristicsField)
316                    .addComponent(commentsField, javax.swing.GroupLayout.PREFERRED_SIZE, 150, javax.swing.GroupLayout.PREFERRED_SIZE))
317                .addGap(18, 18, 18)
318                .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING)
319                    .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
320                        .addComponent(saveButton, javax.swing.GroupLayout.Alignment.TRAILING, javax.swing.GroupLayout.PREFERRED_SIZE, 25, javax.swing.GroupLayout.PREFERRED_SIZE)
321                        .addComponent(cancelButton, javax.swing.GroupLayout.PREFERRED_SIZE, 25, javax.swing.GroupLayout.PREFERRED_SIZE))
322                    .addComponent(jButton1, javax.swing.GroupLayout.PREFERRED_SIZE, 25, javax.swing.GroupLayout.PREFERRED_SIZE))
323                .addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
324        );
325
326        pack();
327    }// </editor-fold>//GEN-END:initComponents
328
329    /*
330     * Makes screen visible.
331     */
332    public void open(){
333        setVisible(true);
334    }
335   
336    /*
337     * Hides screen.
338     */
339    public void close(){
340        setVisible(false);
341    }
342   
343    // Variables declaration - do not modify//GEN-BEGIN:variables
344    private javax.swing.JButton cancelButton;
345    private javax.swing.JTextField characteristicsField;
346    private javax.swing.JLabel characteristicsLabel;
347    private javax.swing.JTextField color1Field;
348    private javax.swing.JLabel color1Label;
349    private javax.swing.JTextField color2Field;
350    private javax.swing.JLabel color2Label;
351    private javax.swing.JTextField commentsField;
352    private javax.swing.JLabel commentsLabel;
353    private javax.swing.JTextField incidentNumberField;
354    private javax.swing.JLabel incidentNumberLabel;
355    private javax.swing.JComboBox involvementTypeCombo;
356    private javax.swing.JLabel involvementTypeLabel;
357    private javax.swing.JButton jButton1;
358    private javax.swing.JTextField licensePlateNoField;
359    private javax.swing.JLabel licensePlateNoLabel;
360    private javax.swing.JComboBox licensePlateStateCombo;
361    private javax.swing.JLabel licensePlateStateLabel;
362    private javax.swing.JComboBox licensePlateTypeCombo;
363    private javax.swing.JLabel licensePlateTypeLabel;
364    private javax.swing.JTextField licensePlateYearField;
365    private javax.swing.JLabel licensePlateYearLabel;
366    private javax.swing.JComboBox makeCombo;
367    private javax.swing.JLabel makeLabel;
368    private javax.swing.JTextField makeYearField;
369    private javax.swing.JLabel makeYearLabel;
370    private javax.swing.JTextField modelField;
371    private javax.swing.JLabel modelLabel;
372    private javax.swing.JPanel registrationInformationPane;
373    private javax.swing.JButton saveButton;
374    private javax.swing.JTextField styleField;
375    private javax.swing.JLabel styleLabel;
376    private javax.swing.JTextField towedByField;
377    private javax.swing.JLabel towedByLabel;
378    private javax.swing.JPanel vehicleCharacteristicsPane;
379    private javax.swing.JTextField vinField;
380    private javax.swing.JLabel vinLabel;
381    // End of variables declaration//GEN-END:variables
382}
Note: See TracBrowser for help on using the repository browser.