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 4692 - Problem with Customize Bean action over a Form Object
Summary: Problem with Customize Bean action over a Form Object
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-11-11 04:12 UTC by Jan Palka
Modified: 2008-12-23 10:28 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-11-11 04:12:26 UTC
Invoking this action over a new form (although successfuly compiled) throws ClasNotFoundException (it also shows a message box)

Invoking this action over a deployed forms (e.g.tutorial.imageviewer.ImageVierwer opens the bean ok but if you would try close it you will get this exception: (it doesn`t show a message box)
java.lang.SecurityException
        at com.netbeans.developer.impl.execution.TopSecurityManager.checkExit(To
pSecurityManager.java:69)
        at java.lang.Runtime.exit(Runtime.java:81)
        at java.lang.System.exit(System.java:649)
        at tutorial.imageviewer.ImageViewer.exitForm(ImageViewer.java:94)
        at tutorial.imageviewer.ImageViewer.access$2(ImageViewer.java:93)

        at tutorial.imageviewer.ImageViewer$3.windowClosing(ImageViewer.java:61)

        at java.awt.AWTEventMulticaster.windowClosing(AWTEventMulticaster.java:2
90)
        at java.awt.Window.processWindowEvent(Window.java:635)
        at javax.swing.JFrame.processWindowEvent(JFrame.java:182)
        at java.awt.Window.processEvent(Window.java:611)
        at java.awt.Component.dispatchEventImpl(Component.java:2394)
        at java.awt.Container.dispatchEventImpl(Container.java:1035)
        at java.awt.Window.dispatchEventImpl(Window.java:749)
        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)
Comment 1 Marek Grummich 2000-07-25 09:44:59 UTC
Priority is changed to P4 (normal).