Home
last modified time | relevance | path

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

/trunk/main/scripting/examples/java/Newsgroup/
H A DPostNewsgroup.java46 private JComboBox newsgroupComboBox = null; field in PostNewsgroup
237 newsgroupComboBox = getNewsgroupCombo(); in constructTextPanel()
264 panel.add( newsgroupComboBox, constraints ); in constructTextPanel()
296 newsgroupComboBox = new JComboBox(); in getNewsgroupCombo()
306 int position = newsgroupComboBox.getSelectedIndex(); in getNewsgroupCombo()
355 newsgroupComboBox.addItem( vector.elementAt(i) ); in getNewsgroupCombo()
360 newsgroupComboBox.setEditable( true ); in getNewsgroupCombo()
362 return newsgroupComboBox; in getNewsgroupCombo()
453 int position = newsgroupComboBox.getSelectedIndex(); in sendingActions()
585 int position = newsgroupComboBox.getSelectedIndex(); in isValidData()
[all …]

Completed in 8 milliseconds