Changed Methods |
void processKeyEvent(KeyEvent )
|
Documentation changed from old to new. Method was locally defined, but is now inherited from Component.
|
Processes key events occurring on this component by dispatching them to any registered KeyListener objects. |
void setLayout(LayoutManager )
|
Documentation changed from old to new. |
By default the layout of this component may not be set the layout of its contentPane should be set instead. |
void update(Graphics )
|
Documentation changed from old to new. |
Just calls paint(g) . |