Searched refs:newsgroupPanel (Results 1 – 1 of 1) sorted by relevance
157 JPanel newsgroupPanel = new JPanel(); in constructLabelPanel() local158 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 6 milliseconds