Home
last modified time | relevance | path

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

/trunk/main/scripting/examples/java/Newsgroup/
H A DPostNewsgroup.java157 JPanel newsgroupPanel = new JPanel(); in constructLabelPanel() local
158 newsgroupPanel.setLayout( new BorderLayout() ); in constructLabelPanel()
159 newsgroupPanel.add( newsgroupLabel, "West" ); in constructLabelPanel()
175 newsgroupPanel.setPreferredSize( new Dimension( labelWidth, TEXTBOXHEIGHT ) ); in constructLabelPanel()
192 panel.add( newsgroupPanel, constraints ); in constructLabelPanel()

Completed in 14 milliseconds