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 63832 - NullPointerException using Form Designer
Summary: NullPointerException using Form Designer
Status: RESOLVED DUPLICATE of bug 62324
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-07 22:24 UTC by jmax
Modified: 2005-09-15 11:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Netbeans messages log file (18.69 KB, text/plain)
2005-09-07 22:26 UTC, jmax
Details
Netbeans messages log file from previous sessions (353.12 KB, text/plain)
2005-09-07 22:28 UTC, jmax
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jmax 2005-09-07 22:24:36 UTC
Using new Matisse Form Designer generates a NullPointerException

Here is an extract of my log file:

java.lang.NullPointerException
	at
org.netbeans.modules.form.layoutdesign.LayoutFeeder.setParallelSameSize(LayoutFeeder.java:1545)
	at
org.netbeans.modules.form.layoutdesign.LayoutFeeder.alignInParallel(LayoutFeeder.java:1488)
	at
org.netbeans.modules.form.layoutdesign.LayoutFeeder.addInterval(LayoutFeeder.java:663)
	at org.netbeans.modules.form.layoutdesign.LayoutFeeder.add(LayoutFeeder.java:242)
	at
org.netbeans.modules.form.layoutdesign.LayoutDesigner.endMoving(LayoutDesigner.java:469)
	at
org.netbeans.modules.form.HandleLayer$ResizeComponentDrag.end(HandleLayer.java:2170)
	at org.netbeans.modules.form.HandleLayer$ComponentDrag.end(HandleLayer.java:1865)
	at org.netbeans.modules.form.HandleLayer.endDragging(HandleLayer.java:776)
	at org.netbeans.modules.form.HandleLayer.mouseReleased(HandleLayer.java:1268)
	at java.awt.Component.processMouseEvent(Component.java:5488)
Comment 1 jmax 2005-09-07 22:26:01 UTC
Created attachment 24592 [details]
Netbeans messages log file
Comment 2 jmax 2005-09-07 22:28:54 UTC
Created attachment 24593 [details]
Netbeans messages log file from previous sessions
Comment 3 _ lcincura 2005-09-15 11:01:14 UTC

*** This issue has been marked as a duplicate of 62324 ***