jdk/src/share/classes/javax/swing/plaf/basic/BasicScrollBarUI.java
changeset 21278 ef8a3a2a72f2
parent 7668 d4a77089c587
child 23010 6dadb192ad81
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
  1487         }
  1487         }
  1488     }
  1488     }
  1489 
  1489 
  1490     public class PropertyChangeHandler implements PropertyChangeListener
  1490     public class PropertyChangeHandler implements PropertyChangeListener
  1491     {
  1491     {
  1492         // NOTE: This class exists only for backward compatability. All
  1492         // NOTE: This class exists only for backward compatibility. All
  1493         // its functionality has been moved into Handler. If you need to add
  1493         // its functionality has been moved into Handler. If you need to add
  1494         // new functionality add it to the Handler, but make sure this
  1494         // new functionality add it to the Handler, but make sure this
  1495         // class calls into the Handler.
  1495         // class calls into the Handler.
  1496 
  1496 
  1497         public void propertyChange(PropertyChangeEvent e) {
  1497         public void propertyChange(PropertyChangeEvent e) {