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()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()[all …]