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 3037 - When I execute a program, workspaces were switching and an exception issued. I couldn`t reproduce it again.
Summary: When I execute a program, workspaces were switching and an exception issued. ...
Status: CLOSED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: support
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-08-02 21:40 UTC by Jan Palka
Modified: 2008-12-23 10:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Palka 1999-08-02 21:40:08 UTC
java.lang.NullPointerException:
        at com.netbeans.developer.impl.windows.WindowManagerImpl$2.run(WindowMan
agerImpl.java:681)
        at javax.swing.SystemEventQueueUtilities.processRunnableEvent(SystemEven
tQueueUtilities.java:366)
        at javax.swing.SystemEventQueueUtilities.access$0(SystemEventQueueUtilit
ies.java:362)
        at javax.swing.SystemEventQueueUtilities$RunnableTarget.processEvent(Sys
temEventQueueUtilities.java:403)
        at java.awt.Component.dispatchEventImpl(Component.java:2394)
        at java.awt.Component.dispatchEvent(Component.java:2307)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:287)
        at java.awt.EventDispatchThread.pumpOneEvent(EventDispatchThread.java:10
1)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:92)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:83)