| Klasse javax.swing.JTextArea | 1.2 |
java.lang.Object
|
+--java.awt.Component
|
+--java.awt.Container
|
+--javax.swing.JComponent
|
+--javax.swing.text.JTextComponent
|
+--javax.swing.JTextArea
Über einen DocumentListener kann man über Änderungen des Textes informiert werden.
| Konstruktoren | |
|---|---|
| public | JTextArea() |
| public | JTextArea(String text) |
| public | JTextArea(int rows, int columns) |
| public | JTextArea(String text, int rows, int columns) |
| public | JTextArea(Document doc) |
| public | JTextArea(Document doc, String text, int rows, int columns) |