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

/openjdk7/jdk/src/share/classes/java/awt/
H A DTextArea.java107 public static final int SCROLLBARS_NONE = 3; field in class:TextArea
115 * <code>SCROLLBARS_NONE</code> = No scrollbars.<BR>
234 * <li><code>SCROLLBARS_NONE</code>.
263 if (scrollbars >= SCROLLBARS_BOTH && scrollbars <= SCROLLBARS_NONE) {
470 * @see java.awt.TextArea#SCROLLBARS_NONE
604 case SCROLLBARS_NONE:
650 (scrollbarVisibility > SCROLLBARS_NONE)) {

Completed in 24 milliseconds