Java でこのステートメントを使用する理由 (NetBeans IDE 7.2.1)
com.sun.awt.AWTUtilities.setWindowOpacity(this, 0.3f);
次のエラーを作成します。
Exception in thread "AWT-EventQueue-0" java.awt.IllegalComponentStateException: The frame is decorated
at java.awt.Frame.setOpacity(Frame.java:960)