java.awt
Class PeerFixer
java.lang.Object
|
+--java.awt.PeerFixer
- All Implemented Interfaces:
- AdjustmentListener, EventListener, Serializable
- class PeerFixer
- extends Object
- implements AdjustmentListener, Serializable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
scroller
private ScrollPane scroller
PeerFixer
PeerFixer(ScrollPane scroller)
adjustmentValueChanged
public void adjustmentValueChanged(AdjustmentEvent e)
- Invoked when the value of the adjustable has changed.
- Specified by:
adjustmentValueChanged
in interface AdjustmentListener
comments?