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 42146

Summary: Rewrite toolbar implementation
Product: platform Reporter: _ tboudreau <tboudreau>
Component: -- Other --Assignee: David Simonek <dsimonek>
Status: RESOLVED DUPLICATE    
Severity: blocker Keywords: UMBRELLA
Priority: P3    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 63758, 12573, 17439, 19602, 38063, 44160, 62033, 65291, 68083    

Description _ tboudreau 2004-04-19 23:24:06 UTC
A bunch of problems here that need to be fixed:
 - Toolbar initialization causes main window revalidation
 - GUI components that implement an interface controlled/
loaded by random threads is a bad idea; GUI components that 
implement anything are usually a bad idea
 - The UI design is not well thought out, just a legacy of 
NetBeans Developer X2 five years later - lots of really useless 
functionality like renaming toolbars that just needs to go away
 - The draggable grip/ui stuff should be moved into the plaf 
library - for Aqua and GTK the visual presentation is already 
there, but for other LFs it is implemented as a subcomponent, 
making the code considerably more complex than it needs to be
Comment 1 Jan Chalupa 2004-11-01 16:56:30 UTC
Re-assigning Tim's issues to Dafe.
Comment 2 David Simonek 2005-05-06 22:24:41 UTC
Still valid I think.
Comment 3 Stanislav Aubrecht 2008-10-16 09:52:31 UTC

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