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 32752 - Eliminate/deprecate toolbar-specific button & UI classes in openide
Summary: Eliminate/deprecate toolbar-specific button & UI classes in openide
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ tboudreau
URL:
Keywords: L&F
Depends on:
Blocks:
 
Reported: 2003-04-09 09:54 UTC by _ tboudreau
Modified: 2008-12-22 17:24 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ tboudreau 2003-04-09 09:54:24 UTC
These classes do nothing particularly useful (a static
helper method somewhere could create the greyed
out icons -
this is the only interesting thing either
ToobarButton,
ToolbarToggleButtton or ToolbarButtonUI do), take up
memory and cause maintenance problems.  

Code using these classes should be converted to use 
JButton.
Comment 1 _ tboudreau 2003-04-14 09:59:15 UTC
Deprecated, implementation removed, ToolbarButtonUI removed.