JDK-4318509 : JTabbedPane: add ability to specify renderers for the tabs
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 1.2.1
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2000-03-03
  • Updated: 2001-11-12
  • Resolved: 2001-11-12
Related Reports
Duplicate :  
Description
extracted from 4241787:
You also fixed the display of the Tab to a Label (which is a nice
default). You could use the same approach you used with trees,
lists and tables where a cell renderer can be set.

ex: setTabRenderer(myOwnRenderer).

Comments
PUBLIC COMMENTS Add ability to uses Renderer for tabs in JTabbedPane.
10-06-2004

EVALUATION This is a good idea, although renderers were really designed for components with many multitudes of tabs (which the JTabbedPane is really not the best choice for). amy.fowler@Eng 2000-03-02 I'm closing this out as a duplicate of RFE 4499556. Please look there for further updates. ###@###.### 2001-11-12
02-03-2000