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 141695 - gui problem
Summary: gui problem
Status: RESOLVED DUPLICATE of bug 91892
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-25 15:57 UTC by richardmijo
Modified: 2008-07-28 10:41 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 richardmijo 2008-07-25 15:57:29 UTC
java.lang.AssertionError

	at org.netbeans.modules.form.layoutdesign.LayoutInterval.getCurrentSpace(LayoutInterval.java:494)

	at org.netbeans.modules.form.layoutdesign.LayoutAligner.getPosition(LayoutAligner.java:510)

	at org.netbeans.modules.form.layoutdesign.LayoutAligner.splitByAlignAttrs(LayoutAligner.java:311)

	at org.netbeans.modules.form.layoutdesign.LayoutAligner.alignIntervals(LayoutAligner.java:90)

	at org.netbeans.modules.form.layoutdesign.LayoutDesigner.align(LayoutDesigner.java:2864)

	at org.netbeans.modules.form.FormDesigner.align(FormDesigner.java:1285)

	at org.netbeans.modules.form.FormDesigner$AlignAction.actionPerformed(FormDesigner.java:2440)

	at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)

	at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)

	at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)

	at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)

	at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)

	at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)

	at java.awt.Component.processMouseEvent(Component.java:6041)

	at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)

	at java.awt.Component.processEvent(Component.java:5806)

	at java.awt.Container.processEvent(Container.java:2058)

	at java.awt.Component.dispatchEventImpl(Component.java:4413)

	at java.awt.Container.dispatchEventImpl(Container.java:2116)

	at java.awt.Component.dispatchEvent(Component.java:4243)

	at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4322)

	at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3986)

	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3916)

	at java.awt.Container.dispatchEventImpl(Container.java:2102)

	at java.awt.Window.dispatchEventImpl(Window.java:2440)

	at java.awt.Component.dispatchEvent(Component.java:4243)

[catch] at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)

	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:104)

	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)

	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)

	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)

	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)

	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)

	at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
Comment 1 Marian Mirilovic 2008-07-28 07:35:40 UTC
richardmijo, 
thanks for report. Please add the build number (see http://wiki.netbeans.org/IssueReportingGuidelines) in the future, it
could help to evaluate issue faster. Thanks in advance.
Comment 2 Jana Maleckova 2008-07-28 08:36:29 UTC
Could you please enclose steps how to reproduce this exception ? Firstly, this seems to be a duplicate of issue 91892.
Comment 3 Jan Stola 2008-07-28 10:41:29 UTC

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