Changed Methods |
Component findFocusOwner(Component )
|
Documentation changed from old to new. Now deprecated.
|
As of 1.4, replaced by KeyboardFocusManager.getFocusOwner() . |
Accessible getAccessibleAt(Component, Point)
|
Documentation changed from old to new. |
Returns the Accessible child contained at the local coordinate Point if one exists. |
boolean isEventDispatchThread()
|
Documentation changed from old to new. |
Returns true if the current thread is an AWT event dispatching thread. |
void updateComponentTreeUI(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. |
void paintComponent(Graphics, Component, Container, int, int, int, int)
|
Documentation changed from old to new. |
Paints a component c on an arbitrary graphics g in the specified rectangle specifying the rectangle's upper left corner and size. |
void paintComponent(Graphics, Component, Container, Rectangle)
|
Documentation changed from old to new. |
Paints a component c on an arbitrary graphics g in the specified rectangle specifying a Rectangle object. |