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 227487

Summary: NullPointerException at com.l2fprod.common.swing.plaf.LookAndFeelAddons.getUI
Product: guibuilder Reporter: syncaster
Component: CodeAssignee: issues@guibuilder <issues>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 199620
Attachments: stacktrace

Description syncaster 2013-03-14 15:51:56 UTC
Build: NetBeans IDE 7.3 (Build 201302132200)
VM: Java HotSpot(TM) Client VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_17-b02
OS: Windows 8

Stacktrace: 
java.lang.NullPointerException
   at com.l2fprod.common.swing.plaf.LookAndFeelAddons.getUI(LookAndFeelAddons.java:261)
   at com.l2fprod.common.swing.JTaskPane.updateUI(JTaskPane.java:121)
   at com.l2fprod.common.swing.JTaskPane.<init>(JTaskPane.java:111)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance0(NativeConstructorAccessorImpl.java:0)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
   at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
Comment 1 syncaster 2013-03-14 15:51:58 UTC
Created attachment 132615 [details]
stacktrace
Comment 2 Tomas Pavek 2013-07-09 13:59:07 UTC
Somewhat late question: are there steps to reproduce this exception? I suspect it might be related to bug 127881, not sure though.

*** This bug has been marked as a duplicate of bug 127881 ***