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 171372

Summary: IllegalArgumentException: button doesn't exist 12
Product: platform Reporter: esmithbss <esmithbss>
Component: Window SystemAssignee: issues@platform <issues>
Status: CLOSED WONTFIX    
Severity: blocker CC: esmithbss
Priority: P3 Keywords: JDK_SPECIFIC
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=148567
Issue Type: DEFECT Exception Reporter: 148567
Attachments: stacktrace
stacktrace
stacktrace

Description esmithbss 2009-09-03 05:30:20 UTC
Build: NetBeans IDE 6.7.1 (Build 200907230233)
VM: Java HotSpot(TM) Client VM, 16.0-b03, Java(TM) SE Runtime Environment, 1.7.0-ea-b59
OS: Linux, 2.6.28-12-netbook, i386

User Comments:
esmithbss: Attempting to open the Variables window while debugging a Rails application

GUEST: Inited Netbeans 6.5.1 for the first time...

Using:
/bin/sh "/bulk/gcf/updates/netbeans/current/bin/netbeans"
From a GNOME menu entry

$ ll /usr/java/
total 24
lrwxrwxrwx  1 root root    6 2009-02-10 18:59 default -> jdk1.6/
lrwxrwxrwx  1 root root    6 2009-02-10 18:57 future -> jdk1.7/
lrwxrwxrwx  1 root root   16 2009-01-26 21:28 java_ee -> java_ee_sdk-5_07/
drwxr-xr-x 13 root root 4096 2009-01-26 21:14 java_ee_sdk-5_07/
lrwxrwxrwx  1 root root   11 2009-03-27 15:11 jdk1.5 -> jdk1.5.0_18/
drwxr-xr-x 10 root root 4096 2009-03-27 15:11 jdk1.5.0_18/
lrwxrwxrwx  1 root root   15 2009-03-12 13:18 jdk1.6 -> jdk1.6.0_14-b03/
drwxr-xr-x 11 root root 4096 2009-03-27 15:22 jdk1.6.0_13-b03/
drwxr-xr-x 11 root root 4096 2009-03-12 13:17 jdk1.6.0_14-b03/
lrwxrwxrwx  1 root root   16 2009-03-28 12:10 jdk1.7 -> jdk1.7.0-b52-pre/
drwxr-xr-x 11 root root 4096 2009-03-28 12:09 jdk1.7.0-b52-pre/
drwxr-xr-x  8 root root 4096 2009-01-26 20:28 jre1.6.0_11-i586/
lrwxrwxrwx  1 root root   16 2009-01-26 21:

GUEST: Just started Netbeans

GUEST: trying to undock output window -> on linux w/ dual monitors

GUEST: Draging the Navigator window out of the IDE.



Stacktrace: 
java.lang.IllegalArgumentException: button doesn't exist 12
        at java.awt.event.InputEvent.getMaskForButton(InputEvent.java:233)
        at java.awt.Robot.<init>(Robot.java:101)
        at org.netbeans.core.windows.view.ui.WindowSnapper.<init>(WindowSnapper.java:66)
        at org.netbeans.core.windows.view.ui.DefaultSeparateContainer$ModeDialog.<init>(DefaultSeparateContainer.java:262)
        at org.netbeans.core.windows.view.ui.DefaultSeparateContainer.<init>(DefaultSeparateContainer.java:92)
        at org.netbeans.core.windows.view.ModeView.<init>(ModeView.java:92)
Comment 1 esmithbss 2009-09-03 05:30:25 UTC
Created attachment 87018 [details]
stacktrace
Comment 2 Exceptions Reporter 2009-09-03 05:30:29 UTC
This issue already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=148567
Comment 3 esmithbss 2009-09-03 05:32:21 UTC
Build: NetBeans IDE 6.7.1 (Build 200907230233)
VM: Java HotSpot(TM) Client VM, 16.0-b03, Java(TM) SE Runtime Environment, 1.7.0-ea-b59
OS: Linux, 2.6.28-12-netbook, i386

User Comments: 
Submitting a bug/exception report for launching the debugger/Variables window for a Rails application

Stacktrace: 
java.lang.IllegalArgumentException: button doesn't exist 12
        at java.awt.event.InputEvent.getMaskForButton(InputEvent.java:233)
        at java.awt.Robot.<init>(Robot.java:101)
        at org.netbeans.core.windows.view.ui.WindowSnapper.<init>(WindowSnapper.java:66)
        at org.netbeans.core.windows.view.ui.DefaultSeparateContainer$ModeDialog.<init>(DefaultSeparateContainer.java:262)
        at org.netbeans.core.windows.view.ui.DefaultSeparateContainer.<init>(DefaultSeparateContainer.java:92)
        at org.netbeans.core.windows.view.ModeView.<init>(ModeView.java:92)
Comment 4 esmithbss 2009-09-03 05:32:25 UTC
Created attachment 87019 [details]
stacktrace
Comment 5 Exceptions Reporter 2009-09-03 05:32:30 UTC
This issue already has 7 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=148567
Comment 6 esmithbss 2009-09-03 05:33:22 UTC
Build: NetBeans IDE 6.7.1 (Build 200907230233)
VM: Java HotSpot(TM) Client VM, 16.0-b03, Java(TM) SE Runtime Environment, 1.7.0-ea-b59
OS: Linux, 2.6.28-12-netbook, i386

User Comments: 
Continuing to debug after submitting a bug report about trying to launch the Variables window

Stacktrace: 
java.lang.IllegalArgumentException: button doesn't exist 12
        at java.awt.event.InputEvent.getMaskForButton(InputEvent.java:233)
        at java.awt.Robot.<init>(Robot.java:101)
        at org.netbeans.core.windows.view.ui.WindowSnapper.<init>(WindowSnapper.java:66)
        at org.netbeans.core.windows.view.ui.DefaultSeparateContainer$ModeDialog.<init>(DefaultSeparateContainer.java:262)
        at org.netbeans.core.windows.view.ui.DefaultSeparateContainer.<init>(DefaultSeparateContainer.java:92)
        at org.netbeans.core.windows.view.ModeView.<init>(ModeView.java:92)
Comment 7 esmithbss 2009-09-03 05:33:25 UTC
Created attachment 87020 [details]
stacktrace
Comment 8 Exceptions Reporter 2009-09-03 05:33:30 UTC
This issue already has 7 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=148567
Comment 9 Stanislav Aubrecht 2009-09-03 09:20:03 UTC
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6799099
Comment 10 Marian Mirilovic 2011-06-09 09:57:27 UTC
v/c