-
Bug
-
Resolution: Fixed
-
P3
-
1.4.0
-
None
-
beta2
-
sparc
-
solaris_7
The following JWindow constructors are wrong, they should indicate HeadlessException is thrown in headless mode:
public JWindow(GraphicsConfiguration gc) {
public JWindow(Window owner, GraphicsConfiguration gc) {
public JWindow(GraphicsConfiguration gc) {
public JWindow(Window owner, GraphicsConfiguration gc) {