This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Swing / AWT / SWT and the fly likes JCheckBox in the title of JTabbedPane 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 "JCheckBox in the title of JTabbedPane" Watch "JCheckBox in the title of JTabbedPane" New topic
Author

JCheckBox in the title of JTabbedPane

Manish Hatwalne
Ranch Hand

Joined: Sep 22, 2001
Posts: 2573

How can I add a check box to the title of the JTabbedPane, so that I can
check-uncheck these tabs.
Or is there a woraround that will allow me to have similar functionality.
TIA,
- Manish
Amy Phillips
Ranch Hand

Joined: Apr 02, 2003
Posts: 280
Why sort of functionality are you looking for? I mean what will be the point of having these check boxes?
Amy
Manish Hatwalne
Ranch Hand

Joined: Sep 22, 2001
Posts: 2573

Lets' assume I have "N" tables on "N" tabs, depending on which all tabs are selected, I'd lke to print the reports for the selected tabs.
I think, only option seeems to be a custom component. Any ideas on this front???
TIA,
- Manish
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: JCheckBox in the title of JTabbedPane
 
Similar Threads
JTabbedPane
Change Tab Title?
JTabbedPan
Can't refresh the JPanel
How do I create a JTabbedPane with editable tab labels