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 3272 - I open form in FormEditor.Than I close Form. I use test mode. Exception was throwed.
Summary: I open form in FormEditor.Than I close Form. I use test mode. Exception was t...
Status: CLOSED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: pzajac
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-08-10 21:54 UTC by pzajac
Modified: 2002-07-19 15:19 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-08-10 21:54:19 UTC
Exception occurred during event dispatching:
java.lang.NullPointerException
at com.netbeans.developer.modules.loaders.form.FormManager2.setTestMode(FormManager2.java, Compiled Code)
at com.netbeans.developer.modules.loaders.form.actions.TestModeAction.setBooleanState(TestModeAction.java:64)
	at org.openide.util.actions.BooleanStateAction.actionPerformed(BooleanStateAction.java:98)
	at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1066)
	at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1101)
	at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:378)
	at javax.swing.JToggleButton$ToggleButtonModel.setPressed(JToggleButton.java:251)
	at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:204)
	at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:230)
	at java.awt.Component.processMouseEvent(Component.java, Compiled Code)
	at java.awt.Component.processEvent(Component.java, Compiled Code)
	at java.awt.Container.processEvent(Container.java, Compiled Code)
	at java.awt.Component.dispatchEventImpl(Component.java, Compiled Code)
	at java.awt.Container.dispatchEventImpl(Container.java, Compiled Code)
	at java.awt.Component.dispatchEvent(Component.java, Compiled Code)

[PZ] Open from.
Enable, disable test mode.
Close Form.
Enable test mode.
Comment 1 Marek Grummich 2000-07-25 09:39:59 UTC
Priority is changed to P4 (normal).