-
Bug
-
Resolution: Fixed
-
P2
-
None
-
b112
-
Verified
/Users/petrpchelko/jdk/awt/jdk/src/share/classes/sun/java2d/SunGraphicsEnvironment.java:170: error: cannot find symbol
throw new AWTError("no screen devices");
^
symbol: class AWTError
location: class SunGraphicsEnvironment
/Users/petrpchelko/jdk/awt/jdk/src/solaris/classes/sun/awt/X11GraphicsEnvironment.java:205: error: cannot find symbol
throw new AWTError("no screen devices");
^
symbol: class AWTError
location: class X11GraphicsEnvironment
throw new AWTError("no screen devices");
^
symbol: class AWTError
location: class SunGraphicsEnvironment
/Users/petrpchelko/jdk/awt/jdk/src/solaris/classes/sun/awt/X11GraphicsEnvironment.java:205: error: cannot find symbol
throw new AWTError("no screen devices");
^
symbol: class AWTError
location: class X11GraphicsEnvironment
- relates to
-
JDK-7117595 ArrayIndexOutOfBoundsException in Win32GraphicsEnvironment if display is removed
-
- Resolved
-