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 55845 - Make CloseButtonTabbedPane public API class
Summary: Make CloseButtonTabbedPane public API class
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on: 40248 96754
Blocks: 55128 44576
  Show dependency tree
 
Reported: 2005-03-03 12:39 UTC by Jan Becicka
Modified: 2010-06-28 06:42 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Becicka 2005-03-03 12:39:19 UTC
CloseButtonTabbedPane would be very useful ui
class. We have an enhancement to implement close
icons [x] on Find Usages tabs. Unfortunately
CloseButtonTabbedPane is not an API class and I
cannot use it. I made CloseButtonTabbedPane public
(locally) and did a prototype and it works. 

Would it be possible to move
org.netbeans.core.output2.ui.CloseButtonTabbedPane
into some public package (e.g.
org.netbeans.swing.tabcontrol)

Would it be possible to do it for promo-E?
Thanks
Comment 1 David Simonek 2005-03-03 13:03:02 UTC
Yes, but too late for promo E. We are month past the feature freeze.
Comment 2 David Simonek 2005-05-09 16:15:25 UTC
Hmm, careful with this, we found that small "x" are not that great UI, Firefox
solution (one X on the side) is better, see 40248 and related.
Comment 3 Jeri Lockhart 2006-03-14 20:13:31 UTC
Does anyone know the status of this IZ?  Has CloseButtonTabbedPane been moved to
a public package, and does it still have the same name?

I have need of this class, and would rather not create a third copy of it.

Thanks,

--Jeri
Comment 4 Stanislav Aubrecht 2007-02-26 16:40:55 UTC
i've made some improvements in output window's tab pane (different 'close' icons
for different look and feels) so i'll take care of this issue.
i'll probably add some factory class providing instances of special JTabbedPane
with 'close' buttons
Comment 5 Stanislav Aubrecht 2007-03-08 11:44:09 UTC
the new API is now available (see #96754), closing
Comment 6 Jan Lahoda 2010-06-28 06:42:55 UTC
Not sure why this was moved, but this does not seem to relate to java.source modules, so restoring original values.