Home
last modified time | relevance | path

Searched refs:installationsComboBox (Results 1 – 1 of 1) sorted by relevance

/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/wizard/
H A DSelectPathVisualPanel.java64 installationsComboBox.addItem(oi); in SelectPathVisualPanel()
68 installationsComboBox.addItem("<empty>"); in SelectPathVisualPanel()
72 installationsComboBox.setSelectedItem(orig); in SelectPathVisualPanel()
76 installationsComboBox.addActionListener( in SelectPathVisualPanel()
103 (OfficeInstallation)installationsComboBox.getSelectedItem(); in installationsComboBoxActionPerformed()
120 installationsComboBox = new javax.swing.JComboBox(); in initComponents()
157 add(installationsComboBox, gridBagConstraints); in initComponents()
212 private javax.swing.JComboBox installationsComboBox; field in SelectPathVisualPanel

Completed in 7 milliseconds