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 68284 - IllegalStateException: javax.swing.JComboBox is not attached to a vertical group
Summary: IllegalStateException: javax.swing.JComboBox is not attached to a vertical group
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-11-08 15:12 UTC by Marek Grummich
Modified: 2005-12-20 15:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception (2.26 KB, text/plain)
2005-11-08 15:12 UTC, Marek Grummich
Details
CFrame.form (8.21 KB, text/plain)
2005-11-08 15:13 UTC, Marek Grummich
Details
CFrame.java (7.14 KB, text/plain)
2005-11-08 15:13 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-11-08 15:12:09 UTC
Build 051108
Steps:
- open an attached form
- select both JComboBoxes and invoke Align Left in Column action
- select upper JComboBox only and resize it towards JLabel3 (left)
=> an attached exception is thrown
Comment 1 Marek Grummich 2005-11-08 15:12:39 UTC
Created attachment 26708 [details]
Exception
Comment 2 Marek Grummich 2005-11-08 15:13:08 UTC
Created attachment 26709 [details]
CFrame.form
Comment 3 Marek Grummich 2005-11-08 15:13:40 UTC
Created attachment 26710 [details]
CFrame.java
Comment 4 Jan Stola 2005-11-08 15:56:46 UTC
I've fixed the exception => lowering priority. The resizing still doesn't
work correctly - the jLabel3 and jLabel5 are moved to the left after resizing.

/cvs/form/src/org/netbeans/modules/form/layoutdesign/LayoutOperations.java,v
new revision: 1.25; previous revision: 1.24
Comment 5 Tomas Pavek 2005-12-10 21:43:37 UTC
Fixed.

/cvs/form/src/org/netbeans/modules/form/layoutdesign/LayoutFeeder.java
new revision: 1.52; previous revision: 1.51
Comment 6 Marek Grummich 2005-12-20 15:03:22 UTC
verified 200512192030