Searched refs:SCROLLBARS_NONE (Results 1 - 3 of 3) 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)) {
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWTextAreaPeer.java155 case TextArea.SCROLLBARS_NONE:
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXTextAreaPeer.java210 if (visibility == TextArea.SCROLLBARS_NONE) {

Completed in 47 milliseconds