Lines Matching refs:add
114 container.add( labelPanel, constraints ); in post()
121 container.add( textPanel, constraints ); in post()
128 container.add( optionPanel, constraints ); in post()
135 container.add( buttonPanel, constraints ); in post()
159 newsgroupPanel.add( newsgroupLabel, "West" ); in constructLabelPanel()
162 hostPanel.add( hostLabel, "West" ); in constructLabelPanel()
165 replyPanel.add( replyLabel, "West" ); in constructLabelPanel()
168 subjectPanel.add( subjectLabel, "West" ); in constructLabelPanel()
171 commentPanel.add( commentLabel, "West" ); 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()
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()
336 vector.add( subscribedNewsgroups[i].getNewsgroupName() ); in getNewsgroupCombo()
382 radioButtonGroup.add( rbuttons[i] ); in constructOptionPanel()
397 optionPanel.add( officeHtmlButton, constraints ); in constructOptionPanel()
404 optionPanel.add( officeButton, constraints ); in constructOptionPanel()
411 optionPanel.add( htmlButton, constraints ); in constructOptionPanel()
535 buttonPanel.add( sep, constraints ); in constructButtonPanel()
541 buttonPanel.add( emptyPanel1, constraints ); in constructButtonPanel()
547 buttonPanel.add( emptyPanel2, constraints ); in constructButtonPanel()
553 buttonPanel.add( postButton, constraints ); in constructButtonPanel()
560 buttonPanel.add( cancelButton, constraints ); in constructButtonPanel()