| Other |
|---|
| tbdUnresolved |
|
Relates :
|
In the "java.awt.GraphicsEnvironment" class default Implementation of
public Point getCenterPoint() throws HeadlessException
public Rectangle getMaximumWindowBounds() throws HeadlessException {
Does not throw HeadlessException as specified in the Javadoc, but relies on methods it use.
The bug is similar to what was fixed in the java.awt.Toolkit in:
https://bugs.openjdk.java.net/browse/JDK-7040577