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 60610 - ClassCastException: org.jdesktop.layout.GroupLayout$SequentialGroup - fillGroup
Summary: ClassCastException: org.jdesktop.layout.GroupLayout$SequentialGroup - fillGroup
Status: VERIFIED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Natural Layout (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-29 13:12 UTC by Marek Grummich
Modified: 2005-10-25 15:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NLFrame.form (12.34 KB, text/plain)
2005-06-29 13:13 UTC, Marek Grummich
Details
NLFrame.java (11.39 KB, text/plain)
2005-06-29 13:14 UTC, Marek Grummich
Details
Exception (2.74 KB, text/plain)
2005-06-29 13:15 UTC, Marek Grummich
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Grummich 2005-06-29 13:12:08 UTC
Build 050629, jdk1.5.0_04
Steps:
- open an attached form
- using D&D place jCheckBox6 over jChecBox2
=> an attached exception is thrown
Comment 1 Marek Grummich 2005-06-29 13:13:22 UTC
Created attachment 22943 [details]
NLFrame.form
Comment 2 Marek Grummich 2005-06-29 13:14:09 UTC
Created attachment 22944 [details]
NLFrame.java
Comment 3 Marek Grummich 2005-06-29 13:15:05 UTC
Created attachment 22945 [details]
Exception
Comment 4 Jan Stola 2005-08-29 16:25:44 UTC
The attached form is already in an incorrect state - there is a group
with non-default alignment in a sequential group. It should not happen.
Assert that should identify the code that created such a form was
added some time ago. Closing as "fixed".
Comment 5 Marek Grummich 2005-10-25 15:54:56 UTC
VErified