| Author |
Adding components on JTabbedPane tab
|
Richard Teston
Ranch Hand
Joined: Feb 12, 2002
Posts: 89
|
|
Hi, Is it possible to add a component for example JCheckBox to JTabbedPane's tab? Thanks
|
The Code is the Programmer
|
 |
Chantal Ackermann
Ranch Hand
Joined: Sep 28, 2000
Posts: 508
|
|
one way to find out would be to take a look at the source of JTabbedPane and TabbedPaneUI. The sources are included in the JDK (sources.zip). From the sources you can tell how the tab is created and whether there is a method that can be overriden or some field that can be set to change the appearance. Chantal
|
 |
Richard Teston
Ranch Hand
Joined: Feb 12, 2002
Posts: 89
|
|
|
Yeah, i look for that already but i can't find the method that i should override. Please help me.
|
 |
 |
|
|
subject: Adding components on JTabbedPane tab
|
|
|