Lines Matching refs:panel
181 JPanel panel = new JPanel(); in constructLabelPanel() local
182 panel.setLayout( new GridBagLayout() ); in constructLabelPanel()
192 panel.add( newsgroupPanel, constraints ); in constructLabelPanel()
198 panel.add( hostPanel, constraints ); in constructLabelPanel()
204 panel.add( replyPanel, constraints ); in constructLabelPanel()
210 panel.add( subjectPanel, constraints ); in constructLabelPanel()
216 panel.add( commentPanel, constraints ); in constructLabelPanel()
223 panel.add( emptyPanel, constraints ); in constructLabelPanel()
225 return panel; in constructLabelPanel()
254 JPanel panel = new JPanel(); in constructTextPanel() local
255 panel.setLayout( new GridBagLayout() ); in constructTextPanel()
264 panel.add( newsgroupComboBox, constraints ); in constructTextPanel()
270 panel.add( hostTextField, constraints ); in constructTextPanel()
276 panel.add( replyTextField, constraints ); in constructTextPanel()
282 panel.add( subjectTextField, constraints ); in constructTextPanel()
288 panel.add( commentTextArea, constraints ); in constructTextPanel()
290 return panel; in constructTextPanel()