Checkbox in the title of JTabbedPane

From: Manish Hatwalne (dontspam_manish_at_yahoo.com)
Date: 03/25/04


Date: Thu, 25 Mar 2004 11:57:27 +0530

How can I add a checkbox to the title of the JTabbedPane, so that I can
check-uncheck these tabs.

TIA,
- Manish



Relevant Pages

  • Re: How to know when does a JTree become visible/invisible?
    ... You say you have tabs. ... I assume you are using a JTabbedPane. ... public void loadTree{ ... public class MyFrame extends JFrame { ...
    (comp.lang.java.gui)
  • JTabbedPane woes
    ... I have two tabs. ... method variable shadowing the class property -- checked, ... Putting the JTabbedPane at root level in a floating frame, ... and my version of java is: ...
    (comp.lang.java.gui)
  • Re: JTabbedPane way to unselect all tabs?
    ... > Is there a way to deselect all the tabs, so none of the tabs are ... If there's a JTabbedPane, then its tabs must ... Steve W. Jackson ...
    (comp.lang.java.gui)
  • Re: identical JPanels, repetitive
    ... I can manually create the four tabs from the netbeans GUI builder, and maybe use some copy paste so that the four tabs are similar if not identical. ... Staying within the GUI builder, how would four identical JPanel's, which make up the tabs for a JTabbedPane, get created? ...
    (comp.lang.java.help)
  • Re: Is it possible to put a JButton inside the tab of a JTabbedPane?
    ... since there exist application that have button on tabs. ... how do you know that it works with JTabbedPane? ... John McGrath ... Prev by Date: ...
    (comp.lang.java.gui)