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 37317

Summary: [JDK1.5.0] NPE when setting panel property; cannot execute form
Product: guibuilder Reporter: Milan Kubec <mkubec>
Component: CodeAssignee: issues@guibuilder <issues>
Status: VERIFIED DUPLICATE    
Severity: blocker Keywords: JDK_SPECIFIC
Priority: P2    
Version: 3.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: exc stack trace

Description Milan Kubec 2003-11-18 16:12:44 UTC
NullPointerException was thrown when setting
property of JPanel. I created JFrame and add
JSplitPane to it, and then I added JPanel to each
pane. After that I wanted to set background of
those JPanels but exc was thrown. Propery sheet
showed the correct color, but form couldn't be
excuted - the same exception was thrown.
Comment 1 Milan Kubec 2003-11-18 16:13:15 UTC
Created attachment 12201 [details]
exc stack trace
Comment 2 Milan Kubec 2003-11-18 16:16:05 UTC
I'm running JDK 1.5.0 b28.

I also forgot to mention that form couldn't be saved.
Comment 3 Tomas Pavek 2003-11-18 18:25:21 UTC

*** This issue has been marked as a duplicate of 35870 ***
Comment 4 Milan Kubec 2003-11-25 14:33:21 UTC
Verified.