Changed Methods |
void addMouseMotionListener(MouseMotionListener )
|
Documentation changed from old to new. |
Adds the specified mouse motion listener to receive mouse motion events from this component. |
boolean imageUpdate(Image, int, int, int, int, int)
|
Documentation changed from old to new. |
Repaints the component when the image has changed. |
void paint(Graphics )
|
Documentation changed from old to new. |
Paints this component. |
void processMouseMotionEvent(MouseEvent )
|
Documentation changed from old to new. |
Processes mouse motion events occurring on this component by dispatching them to any registered MouseMotionListener objects. |
void removeMouseMotionListener(MouseMotionListener )
|
Documentation changed from old to new. |
Removes the specified mouse motion listener so that it no longer receives mouse motion events from this component. |
void setIgnoreRepaint(boolean )
|
Documentation changed from old to new. |
Sets whether or not paint messages received from the operating system should be ignored. |
void transferFocusUpCycle()
|
Documentation changed from old to new. |
Transfers the focus up one focus traversal cycle. |
void update(Graphics )
|
Documentation changed from old to new. |
Updates this component. |
void addPropertyChangeListener(String, PropertyChangeListener)
|
Documentation changed from old to new. |
Adds a PropertyChangeListener to the listener list for a specific property. |
PropertyChangeListener[] getPropertyChangeListeners(String )
|
Documentation changed from old to new. |
Returns an array of all the listeners which have been associated with the named property. |
void removePropertyChangeListener(String, PropertyChangeListener)
|
Documentation changed from old to new. |
Removes a PropertyChangeListener from the listener list for a specific property. |
void repaint()
|
Documentation changed from old to new. |
Repaints this component. |
void repaint(int, int, int, int)
|
Documentation changed from old to new. |
Repaints the specified rectangle of this component. |
void repaint(long )
|
Documentation changed from old to new. |
Repaints the component. |
void repaint(long, int, int, int, int)
|
Documentation changed from old to new. |
Repaints the specified rectangle of this component within tm milliseconds. |