Constructor JTextArea()
Member of:
javax.swing.JTextArea
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
this (new JTextArea());
2
logTA = new JTextArea();
3
errOutput = new JTextArea();
4
stdOutput = new JTextArea();
5
super( new JTextArea() );
6
JTextArea out = new JTextArea();
7
note = new JTextArea();
8
sampleDataField = new JTextArea();
9
JTextArea toStringArea = new JTextArea();
10
this.preview = new JTextArea();
11
text = new JTextArea();
12
JTextArea helpText = new JTextArea();
13
textArea = new JTextArea();
14
add(new JScrollPane(lowerView = new JTextArea()), "South");
15
_sourceTextArea = new JTextArea();
16
textArea = new JTextArea();
17
errorArea = new JTextArea();
18
descTextArea = new JTextArea();
19
messageText = new javax.swing.JTextArea ();
20
centerPanel.add ( new JScrollPane ( jTextArea = new JTextArea ( ) ),
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.