Example usage for Java javax.swing ScrollPaneConstants fields, constructors, methods, implement or subclass
The text is from its open source code.
String | LOWER_RIGHT_CORNER Identifies the lower right corner of the viewport. |
String | UPPER_LEFT_CORNER Identifies the upper left corner of the viewport. |
String | UPPER_RIGHT_CORNER Identifies the upper right corner of the viewport. |
int | VERTICAL_SCROLLBAR_AS_NEEDED Used to set the vertical scroll bar policy so that vertical scrollbars are displayed only when needed. |
int | VERTICAL_SCROLLBAR_NEVER Used to set the vertical scroll bar policy so that vertical scrollbars are never displayed. |
int | VERTICAL_SCROLLBAR_ALWAYS Used to set the vertical scroll bar policy so that vertical scrollbars are always displayed. |
int | HORIZONTAL_SCROLLBAR_AS_NEEDED Used to set the horizontal scroll bar policy so that horizontal scrollbars are displayed only when needed. |
int | HORIZONTAL_SCROLLBAR_NEVER Used to set the horizontal scroll bar policy so that horizontal scrollbars are never displayed. |
int | HORIZONTAL_SCROLLBAR_ALWAYS Used to set the horizontal scroll bar policy so that horizontal scrollbars are always displayed. |