Example usage for Java java.awt Adjustable fields, constructors, methods, implement or subclass
The text is from its open source code.
int | HORIZONTAL Indicates that the Adjustable has horizontal orientation. |
int | VERTICAL Indicates that the Adjustable has vertical orientation. |
int | getOrientation() Gets the orientation of the adjustable object. |
void | setValue(int v) Sets the current value of the adjustable object. |