-
Bug
-
Resolution: Fixed
-
P2
-
1.4.0
-
beta3
-
x86
-
linux
-
Verified
In Headless mode,javax.swing.JColorChooser is throwing Headless Exception in Windows platform from build 75 and it is not throwing any Exception in Linux and Solaris platforms.In windows also, it doesn't throw headless Exception till build 74.
java version "1.4.0-beta_refresh"
Java(TM) 2 Runtime Environment, Standard Edition (build1.4.0-beta_refresh-b75)
Java HotSpot(TM) Client VM (build 1.4.0-beta_refresh-b75, mixed mode)
Please run the attached program as follows to reproduce the above mentioned scenario.
javac headlessTest.java
java -Djava.awt.headless=true" headlessTest
java version "1.4.0-beta_refresh"
Java(TM) 2 Runtime Environment, Standard Edition (build1.4.0-beta_refresh-b75)
Java HotSpot(TM) Client VM (build 1.4.0-beta_refresh-b75, mixed mode)
Please run the attached program as follows to reproduce the above mentioned scenario.
javac headlessTest.java
java -Djava.awt.headless=true" headlessTest