Method setWrapStyleWord(boolean word)
Return type: void
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
detailTA.setWrapStyleWord(false);
2
detailTA.setWrapStyleWord(false);
3
setWrapStyleWord(true);
4
_description.setWrapStyleWord(true);
5
this.setWrapStyleWord(true);
6
sampleDataField.setWrapStyleWord(true);
7
textWrapper.setWrapStyleWord(true);
8
textArea.setWrapStyleWord(true);
9
text.setWrapStyleWord(true);
10
viewer.setWrapStyleWord( true);
11
consoleTA.setWrapStyleWord(false);
12
message.setWrapStyleWord(true);
13
area.setWrapStyleWord(true);
14
textArea.setWrapStyleWord(true);
15
txtDescription.setWrapStyleWord(true);
16
jTextArea1.setWrapStyleWord(true);
17
txtCredits.setWrapStyleWord(true);
18
messageText.setWrapStyleWord (true);
19
_description.setWrapStyleWord(true);
20
descTextArea.setWrapStyleWord(true);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.