Lines Matching refs:newsgroupComboBox
46 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()
299 newsgroupComboBox.addActionListener(new ActionListener() in getNewsgroupCombo()
306 int position = newsgroupComboBox.getSelectedIndex(); in getNewsgroupCombo()
310 …newsgroupComboBox.setToolTipText( "Newsgroup name: " + subscribedNewsgroups[ position ].getNewsgro… in getNewsgroupCombo()
355 newsgroupComboBox.addItem( vector.elementAt(i) ); in getNewsgroupCombo()
359 newsgroupComboBox.setPreferredSize( new Dimension( TEXTBOXWIDTH, TEXTBOXHEIGHT ) ); in getNewsgroupCombo()
360 newsgroupComboBox.setEditable( true ); in getNewsgroupCombo()
362 return newsgroupComboBox; in getNewsgroupCombo()
453 int position = newsgroupComboBox.getSelectedIndex(); in sendingActions()
457 group = newsgroupComboBox.getSelectedItem().toString(); in sendingActions()
585 int position = newsgroupComboBox.getSelectedIndex(); in isValidData()
588 newsgroupString = newsgroupComboBox.getSelectedItem().toString(); in isValidData()
598 newsgroupComboBox.requestFocus(); in isValidData()