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 66673 - AssertionError in LayoutDesigner.maintainSize:3521
Summary: AssertionError in LayoutDesigner.maintainSize:3521
Status: RESOLVED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Natural Layout (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-13 07:40 UTC by assassin_dk
Modified: 2005-11-03 13:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
log (16.88 KB, text/plain)
2005-10-13 07:52 UTC, assassin_dk
Details
source file (3.59 KB, text/plain)
2005-10-13 07:54 UTC, assassin_dk
Details
form file (3.96 KB, text/plain)
2005-10-13 07:55 UTC, assassin_dk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description assassin_dk 2005-10-13 07:40:11 UTC
Try moving Edit or Advanced button in attached ui.
Comment 1 assassin_dk 2005-10-13 07:52:11 UTC
Created attachment 25891 [details]
log
Comment 2 assassin_dk 2005-10-13 07:54:20 UTC
Created attachment 25892 [details]
source file
Comment 3 assassin_dk 2005-10-13 07:55:04 UTC
Created attachment 25893 [details]
form file
Comment 4 assassin_dk 2005-10-13 07:58:19 UTC
observed in netbeans-5_0-daily-bin-200510122200-12_Oct_2005_2200
Comment 5 Marek Grummich 2005-10-13 09:01:21 UTC
It's reproducible with attached form, thanks! Do you remember how did you
created this form (steps)?
Comment 6 assassin_dk 2005-10-13 09:13:16 UTC
I stumbled across the error trying to reproduce the quickstart example: 
http://www.netbeans.org/kb/50/quickstart-gui.html

I didn't follow the guide step by step, I just used the final screenshot as 
inspiration and went on my own from there..
Comment 7 assassin_dk 2005-10-13 09:19:17 UTC
I do remember one thing though. The error started when designing the lower 
panel. I started with the JTextField and the JTextArea (using the panels whole 
width). From there I started adding JButtons (holding down shift). After 
renaming the buttons to match the example, I selected them all and 
selected "Same Width". But then the buttons wouldn't align with the 
textfield+area properly anymore, and it whas when trying to fix that by 
dragging the buttons around the error started.
Comment 8 Jan Stola 2005-10-13 12:33:23 UTC
Confirming reproducibility - it is sufficient to delete Edit or Advanced button.
Probably caused by a sequential group in another sequential group
(in vertical dimension).
Comment 9 Jan Stola 2005-11-03 13:59:04 UTC
Fixed together with issue 66356.