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 2687 - Exception occurred during event dispatching:
Summary: Exception occurred during event dispatching:
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: pzajac
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-07-22 22:43 UTC by pzajac
Modified: 2008-12-23 11:38 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 pzajac 1999-07-22 22:43:17 UTC
I was edited Applet form, than I clicked to <My>Applet[form] in exploder and showed
popup and it`s try exception.
Exception occurred during event dispatching:
java.lang.NullPointerException
        at com.netbeans.developer.modules.loaders.form.actions.EventsAction$1.menuSelected(EventsAction.java:112)
        at javax.swing.JMenu.fireMenuSelected(JMenu.java:794)
        at javax.swing.JMenu$MenuChangeListener.stateChanged(JMenu.java:865)
        at javax.swing.DefaultButtonModel.fireStateChanged(DefaultButtonModel.java:336)
        at javax.swing.DefaultButtonModel.setSelected(DefaultButtonModel.java:227)
        at javax.swing.JMenu.setSelected(JMenu.java:231)
        at javax.swing.JMenu.menuSelectionChanged(JMenu.java:925)
        at javax.swing.MenuSelectionManager.setSelectedPath(MenuSelectionManager.java:78)
        at javax.swing.JPopupMenu.setVisible(JPopupMenu.java:741)
        at javax.swing.JPopupMenu.show(JPopupMenu.java:925)
        at org.openide.explorer.view.TreeView$3.showPopup(TreeView.java:199)
        at org.openide.awt.MouseUtils$PopupMouseAdapter.mouseReleased(MouseUtils.java:152)
        at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231)
        at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:230)
        at java.awt.Component.processMouseEvent(Component.java:3131)
        at java.awt.Component.processEvent(Component.java:2970)
        at java.awt.Container.processEvent(Container.java:988)
        at java.awt.Component.dispatchEventImpl(Component.java:2381)
        at java.awt.Container.dispatchEventImpl(Container.java:1033)

        at java.awt.Component.dispatchEvent(Component.java:2294)
        at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:1945)
        at java.awt.LightweightDispatcher.processMouseEvent(Container.java:1733)
        at java.awt.LightweightDispatcher.dispatchEvent(Container.java:1646)
        at java.awt.Container.dispatchEventImpl(Container.java:1020)
Comment 1 Marek Grummich 2000-07-25 09:42:59 UTC
Priority is changed to P4 (normal).