| Added Methods | 
  | ActionMapgetUIActionMap(JComponent) | Returns the ActionMap provided by the UI in component component. | 
  | InputMapgetUIInputMap(JComponent,int) | Returns the InputMap provided by the UI for condition conditionin componentcomponent. | 
  | WindowgetWindowAncestor(Component) | @return the first Window ancestor of c or null if component is not contained inside a window | 
  | booleannotifyAction(Action,KeyStroke, KeyEvent, Object, int) | Invokes actionPerformedonactionifactionis enabled (and non null). | 
  | voidreplaceUIActionMap(JComponent,ActionMap) | Convenience method to change the UI ActionMap for componenttouiActionMap. | 
  | voidreplaceUIInputMap(JComponent,int, InputMap) | Convenience method to change the UI InputMap for componenttouiInputMap. | 
 
  | Changed Methods | 
  | RectanglecomputeIntersection(int,int, int, int, Rectangle) | Documentation changed from old to new. 
 | Convenience to calculate the intersection of two rectangles without allocating a new rectangle. | 
  | MouseEventconvertMouseEvent(Component,MouseEvent, Component) | Documentation changed from old to new. 
 | Returns a MouseEvent similar to sourceEventexcept that its x and y members have been converted todestination's coordinate system. | 
  | AccessiblegetAccessibleChild(Component,int) | Documentation changed from old to new. 
 | Return the nth Accessible child of the object. | 
  | intgetAccessibleChildrenCount(Component) | Documentation changed from old to new. 
 | Returns the number of accessible children in the object. | 
  | intgetAccessibleIndexInParent(Component) | Documentation changed from old to new. 
 | Get the index of this object in its accessible parent. | 
  | AccessibleStateSetgetAccessibleStateSet(Component) | Documentation changed from old to new. 
 | Get the state of this object. | 
  | voidinvokeAndWait(Runnable) | Documentation changed from old to new. 
 | Causes doRun.run() to be executed synchronously on the AWT event dispatching thread. | 
  | voidinvokeLater(Runnable) | Documentation changed from old to new. 
 | Causes doRun.run() to be executed asynchronously on the AWT event dispatching thread. | 
  | booleanisEventDispatchThread() | Documentation changed from old to new. 
 | Returns true if the current thread is an AWT event dispatching thread. | 
  | voidupdateComponentTreeUI(Component) | Documentation changed from old to new. 
 | A simple minded look and feel change: ask each node in the tree to updateUI() -- that is to initialize its UI property with the current look and feel. |