Package rma.swing

Class RMAJScrollBar

All Implemented Interfaces:
Adjustable, MouseListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible

public class RMAJScrollBar extends JScrollBar implements MouseListener
An Extension of JScrollBar that generates an event when done adjusting. Mouse press counts as adjusting. Mouse release counts as done adjusting. In other words: A mouse press and hold on the arrows or the scrollbar sets the adjustment flag to true. When the mouse is released the adjustment flag is set to false and an event is generated.
See Also: