| Method and Description |
|---|
| noawt.java.awt.Rectangle.inside(int, int)
As of JDK version 1.1, replaced by contains(int, int).
|
| noawt.java.awt.Rectangle.move(int, int)
As of JDK version 1.1, replaced by setLocation(int, int).
|
| noawt.java.awt.Rectangle.reshape(int, int, int, int)
As of JDK version 1.1, replaced by setBounds(int, int, int, int).
|
| noawt.java.awt.Rectangle.resize(int, int)
As of JDK version 1.1, replaced by setSize(int, int).
|