Home
last modified time | relevance | path

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

/aoo42x/main/scripting/examples/java/Newsgroup/
H A DPostNewsgroup.java163 JPanel replyPanel = new JPanel(); in constructLabelPanel() local
164 replyPanel.setLayout( new BorderLayout() ); in constructLabelPanel()
165 replyPanel.add( replyLabel, "West" ); in constructLabelPanel()
177 replyPanel.setPreferredSize( new Dimension( labelWidth, TEXTBOXHEIGHT ) ); in constructLabelPanel()
204 panel.add( replyPanel, constraints ); in constructLabelPanel()

Completed in 7 milliseconds