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 - [JDK1.5.0] NPE when setting panel property; cannot execute form
Summary: [JDK1.5.0] NPE when setting panel property; cannot execute form
Status: VERIFIED DUPLICATE of bug 35870
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords: JDK_SPECIFIC
Depends on:
Blocks:
 
Reported: 2003-11-18 16:12 UTC by Milan Kubec
Modified: 2004-02-09 11:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exc stack trace (1.27 KB, text/plain)
2003-11-18 16:13 UTC, Milan Kubec
Details

Note You need to log in before you can comment on or make changes to this bug.
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.