This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 237132 - java.awt.IllegalComponentStateException: The dialog is decorated
Summary: java.awt.IllegalComponentStateException: The dialog is decorated
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-15 12:07 UTC by akobberup
Modified: 2013-10-16 02:18 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 204556


Attachments
stacktrace (1.65 KB, text/plain)
2013-10-15 12:07 UTC, akobberup
Details

Note You need to log in before you can comment on or make changes to this bug.
Description akobberup 2013-10-15 12:07:29 UTC
Build: NetBeans IDE Dev (Build 201310150001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_13-b20
OS: Windows 8

User Comments:
fleka: open text file in editor

fleka: updated and opened the netbeans

akobberup: Pulled the top frame of "Find Useage" panel to move it to own frame..

victork: Opened IDE log from "View" menus which was previously set to be "Floating"




Stacktrace: 
java.awt.IllegalComponentStateException: The dialog is decorated
   at java.awt.Dialog.setOpacity(Dialog.java:1329)
   at org.netbeans.core.nativeaccess.NativeWindowSystemImpl.setWindowAlpha(NativeWindowSystemImpl.java:100)
   at org.netbeans.core.windows.FloatingWindowTransparencyManager.makeFloatingWindowsTransparent(FloatingWindowTransparencyManager.java:198)
   at org.netbeans.core.windows.FloatingWindowTransparencyManager.access$300(FloatingWindowTransparencyManager.java:63)
   at org.netbeans.core.windows.FloatingWindowTransparencyManager$2.run(FloatingWindowTransparencyManager.java:159)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
Comment 1 akobberup 2013-10-15 12:07:31 UTC
Created attachment 141095 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2013-10-15 12:26:36 UTC
core-main 237132
Comment 3 Quality Engineering 2013-10-16 02:18:16 UTC
Integrated into 'main-silver', will be available in build *201310160001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/e8e7efbf63c7
User: S. Aubrecht <saubrecht@netbeans.org>
Log: #237132 - fall back to JNA window shaping when the JDK APIs cannot be used