|
Deprecated Methods
|
| java.awt.Polygon.getBoundingBox |
As of JDK version 1.1,
replaced by getBounds(). |
| java.awt.FontMetrics.getMaxDecent |
As of JDK version 1.1.1,
replaced by getMaxDescent(). |
| java.awt.Font.getPeer |
Font rendering is now platform independent. |
| java.awt.Polygon.inside |
As of JDK version 1.1,
replaced by contains(int, int). |
| java.awt.Rectangle.inside |
As of JDK version 1.1,
replaced by contains(int, int). |
| java.awt.Rectangle.move |
As of JDK version 1.1,
replaced by setLocation(int, int). |
| java.awt.Rectangle.reshape |
As of JDK version 1.1,
replaced by setBounds(int, int, int, int). |
| java.awt.Rectangle.resize |
As of JDK version 1.1,
replaced by setSize(int, int). |