Searched defs:JTextArea (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTextArea.java42 * A <code>JTextArea</code> is a multi-line area that displays plain text.
58 * <code>JTextArea</code> is different in that it doesn't manage scrolling,
65 * scrolling is not done by <code>JTextArea</code> directly, backward
66 * compatibility must be provided another way. <code>JTextArea</code> has
73 * <code>JTextArea</code> uses these properties to indicate the
76 * <code>JTextArea</code> has a preferred size of what is needed to
93 * JTextArea myArea = ??;
127 public class JTextArea extends JTextComponent { class in inherits:JTextComponent
139 public JTextArea() { method in class:JTextArea
149 public JTextArea(Strin method in class:JTextArea
163 public JTextArea(int rows, int columns) { method in class:JTextArea
177 public JTextArea(String text, int rows, int columns) { method in class:JTextArea
187 public JTextArea(Document doc) { method in class:JTextArea
203 public JTextArea(Document doc, String text, int rows, int columns) { method in class:JTextArea
[all...]

Completed in 30 milliseconds