The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
java/awt/FullScreen/TranslucentWindow/TranslucentWindow.java
PASSED under JDK 8 b132 on MacOS, Linux, Solaris, Windows.
Closed issue as Fixed/Verified.
SUGGESTED FIX
+++ b/test/java/awt/FullScreen/TranslucentWindow/TranslucentWindow.java Thu Feb 17 19:44:47 2011 +0300
@@ -42,6 +42,7 @@
GraphicsDevice gd = ge.getDefaultScreenDevice();
Frame f = new Frame("Test frame");
+ f.setUndecorated(true);
f.setBounds(100, 100, 320, 240);
// First, check it can be made fullscreen window without any effects applied
17-02-2011
EVALUATION
It seems that the exception is a correct behaviour. The test should be corrected.
17-02-2011
EVALUATION
With jdk 7 build 129 I indeed see a decorated frame instead of a translucent window. There is on problems with jdk 7 build 119. I run the test on Ubuntu 10.4