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 103570 - JLabel
Summary: JLabel
Status: RESOLVED WORKSFORME
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: Macintosh Mac OS X
: P1 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-09 15:14 UTC by hecta
Modified: 2007-05-21 16:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description hecta 2007-05-09 15:14:26 UTC
java.lang.IllegalStateException: javax.swing.JLabel[,
0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.0,border=,flags=8388608,maximumSize=,minimumSiz
e=,preferredSize=,defaultIcon=,disabledIcon=,horizontalAlignment=RIGHT,horizontalTextPosition=TR
AILING,iconTextGap=4,labelFor=,text=jFaxLabel,verticalAlignment=CENTER,verticalTextPosition=CENT
ER] is not attached to a vertical group
	at org.jdesktop.layout.GroupLayout.checkComponents(GroupLayout.java:990)
	at org.jdesktop.layout.GroupLayout.prepare(GroupLayout.java:940)
	at org.jdesktop.layout.GroupLayout.layoutContainer(GroupLayout.java:806)
	at org.netbeans.modules.form.layoutdesign.support.SwingLayoutBuilder.createLayout
(SwingLayoutBuilder.java:157)
	at org.netbeans.modules.form.layoutdesign.support.SwingLayoutBuilder.setupContainerLayout
(SwingLayoutBuilder.java:85)
	at org.netbeans.modules.form.VisualReplicator.setupContainerLayout(VisualReplicator.java:813)
	at org.netbeans.modules.form.VisualReplicator.updateContainerLayout(VisualReplicator.java:331)
	at org.netbeans.modules.form.FormDesigner$LayoutMapper.rebuildLayout(FormDesigner.java:
2000)
	at org.netbeans.modules.form.layoutdesign.LayoutDesigner.updateCurrentState
(LayoutDesigner.java:92)
	at org.netbeans.modules.form.FormDesigner.updateComponentLayer(FormDesigner.java:499)
	at org.netbeans.modules.form.FormDesigner.access$1900(FormDesigner.java:76)
[catch] at org.netbeans.modules.form.FormDesigner$FormListener$2.run(FormDesigner.java:2143)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:598)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:300)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:210)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:200)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:195)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:187)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
Comment 1 Jiri Prox 2007-05-11 16:17:02 UTC
Can you provide more info, please? Steps to reproduce, build number, jdk version
etc...

Comment 2 Tomas Pavek 2007-05-21 16:18:56 UTC
No additional information provided, closing. Please reopen if can give us some
details about how to reproduce the problem. The exception is unfortunately not
enough. Thanks.