-
Bug
-
Resolution: Unresolved
-
P4
-
None
-
1.4.2_06
-
Cause Known
-
generic
-
generic
Various methods say they don't work if "isHeadless"
returns true. Obviously, "isHeadless" is supposed to
mean that there's no display or input device, but the
normative text of GraphicsEnvironment.isHeadless says something
different:
Tests whether or not a display, keyboard, and mouse can
be supported in this environment.
There are many devices that feature a display, but that can't
support a keyboard or a mouse. For example, a Television set top
box will have a remote control and nothing else, but a set top
is clearly not headless. Neither is a mobile phone with just
a numeric keypad.
###@###.### 2005-2-25 01:23:10 GMT
returns true. Obviously, "isHeadless" is supposed to
mean that there's no display or input device, but the
normative text of GraphicsEnvironment.isHeadless says something
different:
Tests whether or not a display, keyboard, and mouse can
be supported in this environment.
There are many devices that feature a display, but that can't
support a keyboard or a mouse. For example, a Television set top
box will have a remote control and nothing else, but a set top
is clearly not headless. Neither is a mobile phone with just
a numeric keypad.
###@###.### 2005-2-25 01:23:10 GMT
- relates to
-
JDK-6550571 Documentation for isHeadless is incorrect
-
- Open
-
-
JDK-4800824 Static methods of java.awt.EventQueue not working headless need to be documented
-
- Open
-