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()
299 newsgroupComboBox.addActionListener(new ActionListener() in getNewsgroupCombo()
306 int position = newsgroupComboBox.getSelectedIndex(); in getNewsgroupCombo()
310newsgroupComboBox.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 …]