aspose file tools
The moose likes Swing / AWT / SWT and the fly likes Adding components on JTabbedPane tab Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "Adding components on JTabbedPane tab" Watch "Adding components on JTabbedPane tab" New topic
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.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Adding components on JTabbedPane tab
 
Similar Threads
Need help in deployment a web application on IBM Websphere Application Server
Basic doubts needed for urgency!!!!!
shortcut in Mozilla Browser..
Importing large number of rows
IntelliJ 4.0 : how to go from file to file?