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

/openjdk7/jdk/src/share/classes/java/awt/
H A DTextArea.java89 public static final int SCROLLBARS_BOTH = 0; field in class:TextArea
112 * <code>SCROLLBARS_BOTH</code> = both scrollbars.<BR>
155 * {@link #SCROLLBARS_BOTH}, so both vertical and horizontal
162 this("", 0, 0, SCROLLBARS_BOTH);
168 * {@link #SCROLLBARS_BOTH}, so both vertical and horizontal
178 this(text, 0, 0, SCROLLBARS_BOTH);
186 * scrollbar visibility equal to {@link #SCROLLBARS_BOTH}, so both
196 this("", rows, columns, SCROLLBARS_BOTH);
204 * scrollbar visibility equal to {@link #SCROLLBARS_BOTH}, so both
218 this(text, rows, columns, SCROLLBARS_BOTH);
[all...]

Completed in 107 milliseconds