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 203770 - AssertionError at org.netbeans.modules.form.layoutsupport.griddesigner.GridDesigner$4.actionPerformed
Summary: AssertionError at org.netbeans.modules.form.layoutsupport.griddesigner.GridDe...
Status: RESOLVED DUPLICATE of bug 201786
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-16 00:48 UTC by MackSix
Modified: 2011-10-19 13:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 181817


Attachments
stacktrace (2.83 KB, text/plain)
2011-10-16 00:48 UTC, MackSix
Details

Note You need to log in before you can comment on or make changes to this bug.
Description MackSix 2011-10-16 00:48:38 UTC
Build: NetBeans IDE Dev (Build 201110150600)
VM: Java HotSpot(TM) Client VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Windows Vista

User Comments:
MackSix: 1) Create GUIFormExamples. 2) Open Antenna.java. 3) Convert to GridBagLayout. 4) Customize Layout. 5) Click "Disable uniform gap" button. 4) Click Cancel button. 5) Click "Disable uniform gap" button again. This AssertionError happens.




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.form.layoutsupport.griddesigner.GridDesigner$4.actionPerformed(GridDesigner.java:383)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)
   at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
   at javax.swing.JToggleButton$ToggleButtonModel.setPressed(JToggleButton.java:308)
   at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252)
Comment 1 MackSix 2011-10-16 00:48:42 UTC
Created attachment 112089 [details]
stacktrace
Comment 2 Jan Stola 2011-10-19 13:10:16 UTC

*** This bug has been marked as a duplicate of bug 201786 ***