Home
last modified time | relevance | path

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

/trunk/main/scripting/examples/java/Newsgroup/
H A DPostNewsgroup.java160 JPanel hostPanel = new JPanel(); in constructLabelPanel() local
161 hostPanel.setLayout( new BorderLayout() ); in constructLabelPanel()
162 hostPanel.add( hostLabel, "West" ); in constructLabelPanel()
176 hostPanel.setPreferredSize( new Dimension( labelWidth, TEXTBOXHEIGHT ) ); in constructLabelPanel()
198 panel.add( hostPanel, constraints ); in constructLabelPanel()

Completed in 20 milliseconds