Searched refs:newsgroupComboBox (Results 1 – 1 of 1) sorted by relevance
46 private JComboBox newsgroupComboBox = null; field in PostNewsgroup237 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 7 milliseconds