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 81377 - NullPointerException while creating a JFrame
Summary: NullPointerException while creating a JFrame
Status: RESOLVED DUPLICATE of bug 80676
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P1 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-28 22:10 UTC by dirk011
Modified: 2006-08-07 16:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Log file of NetBeans IDE (39.09 KB, text/plain)
2006-07-28 22:11 UTC, dirk011
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dirk011 2006-07-28 22:10:18 UTC
I create a JFrame with a JSplitPane (Horizontal split) on it. The JSplitPane 
contained of two other JSplitPanes (Vertical split). NullPointer occurred when 
trying to resize the split panes.
Comment 1 dirk011 2006-07-28 22:11:20 UTC
Created attachment 32323 [details]
Log file of NetBeans IDE
Comment 2 Jiri Prox 2006-08-07 09:18:32 UTC
Reassigning to form for evaluation
Comment 3 Jan Stola 2006-08-07 16:55:48 UTC
Already fixed in the development builds of NetBeans 6.0.
AFAIK the exception is harmless - it is displayed when the dragging starts
and should not affect it.

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