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

Summary: AssertionError at org.netbeans.modules.form.layoutsupport.griddesigner.GridDesigner$4.actionPerformed
Product: guibuilder Reporter: MackSix
Component: CodeAssignee: issues@guibuilder <issues>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 181817
Attachments: stacktrace

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 ***