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 69481 - java.lang.NullPointerException
Summary: java.lang.NullPointerException
Status: RESOLVED WORKSFORME
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-28 17:06 UTC by ratcornel
Modified: 2005-12-07 11:16 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 ratcornel 2005-11-28 17:06:52 UTC
java.lang.NullPointerException
	at
org.netbeans.modules.form.FormDesigner.updateResizabilityActions(FormDesigner.java:800)
[catch] at org.netbeans.modules.form.FormDesigner$2.run(FormDesigner.java:401)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
	at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
	at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

Occured while I selected the close all opened windows option. 4 projects opened.
about 15 design forms classes.
Comment 1 Tomas Pavek 2005-12-07 11:16:49 UTC
Looks like a problem from 1st beta we already fixed. Should not happen anymore.