Searched refs:commentTextArea (Results 1 – 1 of 1) sorted by relevance
50 private JTextArea commentTextArea = null; field in PostNewsgroup249 commentTextArea = new JTextArea(); in constructTextPanel()250 commentTextArea.setPreferredSize( new Dimension( TEXTBOXWIDTH, TEXTAREAHEIGHT ) ); in constructTextPanel()251 commentTextArea.setToolTipText( commentText ); in constructTextPanel()252 commentTextArea.setBorder( new EtchedBorder() ); in constructTextPanel()288 panel.add( commentTextArea, constraints ); in constructTextPanel()448 String comment = commentTextArea.getText(); in sendingActions()
Completed in 34 milliseconds