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

/openjdk7/jdk/src/share/classes/java/awt/
H A DTextArea.java86 * Create and display both vertical and horizontal scrollbars.
104 * Do not create or display any scrollbars for the text area.
110 * Determines which scrollbars are created for the
112 * <code>SCROLLBARS_BOTH</code> = both scrollbars.<BR>
115 * <code>SCROLLBARS_NONE</code> = No scrollbars.<BR>
156 * scrollbars will be visible for this text area.
169 * scrollbars will be visible for this text area.
187 * vertical and horizontal scrollbars will be visible for this
205 * vertical and horizontal scrollbars will be visible for this
229 * <code>scrollbars</cod
256 TextArea(String text, int rows, int columns, int scrollbars) argument
[all...]

Completed in 23 milliseconds