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 2150 - Exception is thrown during attempt to open output window.
Summary: Exception is thrown during attempt to open output window.
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All Other
: P1 major (vote)
Assignee: L Martinek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-06-09 22:17 UTC by L Martinek
Modified: 2008-12-23 11:44 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 L Martinek 1999-06-09 22:17:27 UTC
1. Restart netbeans
2. In menu Window select Output window.

Exception occurred during event dispatching:
java.lang.ClassCastException: sun.awt.motif.MWindowPeer
        at sun.awt.motif.X11InputMethod.disposeImpl(X11InputMethod.java:543)
        at sun.awt.motif.X11InputMethod.dispose(X11InputMethod.java:572)
        at sun.awt.motif.X11InputMethod.removeNotify(X11InputMethod.java:589)

        at sun.awt.im.InputContext.removeNotify(InputContext.java:299)
        at java.awt.Component.removeNotify(Component.java:3426)
        at java.awt.Container.removeNotify(Container.java:1342)
        at javax.swing.JComponent.removeNotify(JComponent.java:3195)
        at org.openide.actions.DockingAction$SpecialSubMenu.removeNotify(DockingAction.java:112)
        at java.awt.Container.removeNotify(Container.java:1340)
        at javax.swing.JComponent.removeNotify(JComponent.java:3195)
        at java.awt.Container.removeNotify(Container.java:1340)
        at javax.swing.JComponent.removeNotify(JComponent.java:3195)
        at java.awt.Container.removeNotify(Container.java:1340)
        at javax.swing.JComponent.removeNotify(JComponent.java:3195)
        at java.awt.Container.removeNotify(Container.java:1340)
        at javax.swing.JComponent.removeNotify(JComponent.java:3195)
        at javax.swing.JRootPane.removeNotify(JRootPane.java:418)
        at java.awt.Container.removeNotify(Container.java:1340)
        at javax.swing.JPopupMenu$WindowPopup.hide(JPopupMenu.java:1191)
        at javax.swing.JPopupMenu.setVisible(JPopupMenu.java:806)
        at javax.swing.JMenu.setPopupMenuVisible(JMenu.java:282)
        at javax.swing.JPopupMenu.menuSelectionChanged(JPopupMenu.java:2062)
        at javax.swing.MenuSelectionManager.setSelectedPath(MenuSelectionManager.java:72)
        at javax.swing.MenuSelectionManager.clearSelectedPath(MenuSelectionManager.java:109)
        at javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased(BasicMen