javax.swing.plaf.basic
protected class BasicScrollBarUI.ArrowButtonListener extends MouseAdapter
Method Summary | |
---|---|
void | mousePressed(MouseEvent e)
Move the thumb in the direction specified by the button's arrow. |
void | mouseReleased(MouseEvent e)
Stops the thumb when the JButton is released.
|
Parameters: e The MouseEvent fired by the JButton.
Parameters: e The MouseEvent fired by the JButton.