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

Summary: [65cat] NullPointerException at org.netbeans.modules.form.FormLAF.setUseDesignerDefaults
Product: guibuilder Reporter: Michel Graciano <hmichel>
Component: CodeAssignee: issues@guibuilder <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=144528
Issue Type: DEFECT Exception Reporter: 144528
Attachments: stacktrace

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 ***