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 89585 - [6.0 planning] GUI Builder usability Improvements
Summary: [6.0 planning] GUI Builder usability Improvements
Status: RESOLVED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL: http://jupiter.czech.sun.com/wiki/vie...
Keywords: UI, UMBRELLA
Depends on: 48288 63719 73604
Blocks:
  Show dependency tree
 
Reported: 2006-11-19 08:04 UTC by arseniy
Modified: 2008-12-17 06:31 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
stacktrace (2.72 KB, text/plain)
2008-12-17 06:31 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description arseniy 2006-11-19 08:04:56 UTC
Usability upgrades in various areas of the GUI Builder.

This is a high-level umbrella issue for the purpose of 6.0 planning.
See URL for detailed description (to be moved to public netbeans wiki soon).
Do not close until all changes are integrated.
Comment 1 arseniy 2007-06-18 10:07:38 UTC
all sub-features for NB 6.0 usability improvements implemented
Comment 2 Exceptions Reporter 2008-12-17 06:31:41 UTC
Build: NetBeans IDE 6.5 RC2 (Build 200810270001)
VM: Java HotSpot(TM) Client VM, 10.0-b23, Java(TM) SE Runtime Environment, 1.6.0_07-b06
OS: Windows XP, 5.1, x86

User Comments: 


Stacktrace: 
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
        at java.util.ArrayList.RangeCheck(ArrayList.java:547)
        at java.util.ArrayList.get(ArrayList.java:322)
        at java.util.Collections$UnmodifiableList.get(Collections.java:1154)
        at org.netbeans.modules.uml.diagrams.actions.sqd.ArrangeMoveWithBumping.moveUp(ArrangeMoveWithBumping.java:154)
        at org.netbeans.modules.uml.diagrams.actions.sqd.ArrangeMoveWithBumping.moveUp(ArrangeMoveWithBumping.java:108)
        at org.netbeans.modules.uml.diagrams.actions.sqd.MessageMoveProvider.setNewLocation(MessageMoveProvider.java:127)
Comment 3 Exceptions Reporter 2008-12-17 06:31:48 UTC
Created attachment 75063 [details]
stacktrace