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 155771 - [65cat] NullPointerException at org.netbeans.modules.form.FormLAF.setUseDesignerDefaults
Summary: [65cat] NullPointerException at org.netbeans.modules.form.FormLAF.setUseDesig...
Status: RESOLVED DUPLICATE of bug 125672
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-18 16:06 UTC by Michel Graciano
Modified: 2009-02-19 20:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 144528


Attachments
stacktrace (2.16 KB, text/plain)
2008-12-18 16:06 UTC, Michel Graciano
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michel Graciano 2008-12-18 16:06:27 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Linux, 2.6.27-10-generic, i386

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.form.FormLAF.setUseDesignerDefaults(FormLAF.java:446)
        at org.netbeans.modules.form.HandleLayer.paintComponent(HandleLayer.java:234)
        at javax.swing.JComponent.paint(JComponent.java:1027)
        at javax.swing.JComponent.paintChildren(JComponent.java:864)
        at org.netbeans.modules.form.FormDesigner$1.paintChildren(FormDesigner.java:230)
        at javax.swing.JComponent.paint(JComponent.java:1036)
Comment 1 Michel Graciano 2008-12-18 16:06:35 UTC
Created attachment 75141 [details]
stacktrace
Comment 2 Jan Stola 2008-12-22 17:01:26 UTC
This exception is just a consequence of a problem that occured before. The first exception that occured was the one 
described in issue 125672.

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