Generated by
JDiff

Class java.awt.Scrollbar

Added interface javax.accessibility.Accessible.
Documentation changed from old to new.

Added Methods
AccessibleContext getAccessibleContext() Gets the AccessibleContext associated with this Scrollbar.
EventListener[] getListeners(Class) Return an array of all the listeners that were added to the Scrollbar with addXXXListener() where XXX is the name of the listenerType argument.
 

Changed Methods
void setMaximum(int) Documentation changed from old to new.
Sets the maximum value of this scroll bar.
void setValues(int, int, int, int) Changed from synchronized to non-synchronized. Sets the values of four properties for this scroll bar.