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

/openjdk7/jdk/src/share/classes/java/awt/
H A DTextArea.java38 * A <code>TextArea</code> object is a multi-line region
44 * <img src="doc-files/TextArea-1.gif" alt="A TextArea showing the word 'Hello!'"
50 * new TextArea("Hello", 5, 40);
56 public class TextArea extends TextComponent { class in inherits:TextComponent
59 * The number of rows in the <code>TextArea</code>.
70 * The number of columns in the <code>TextArea</code>.
161 public TextArea() throws HeadlessException { method in class:TextArea
177 public TextArea(String text) throws HeadlessException { method in class:TextArea
195 public TextArea(in method in class:TextArea
216 public TextArea(String text, int rows, int columns) method in class:TextArea
256 public TextArea(String text, int rows, int columns, int scrollbars) method in class:TextArea
[all...]

Completed in 22 milliseconds