Home
last modified time | relevance | path

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

/aoo42x/main/scripting/examples/java/Newsgroup/
H A DPostNewsgroup.java50 private JTextArea commentTextArea = null; field in PostNewsgroup
249 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 6 milliseconds