Top "Jtabbedpane" questions

A Java Swing component that lets the user switch between a group of components by clicking on a tab with a given title and/or icon.

How to make JTabbedPane autoresize to fit page dimensions?

I have only JTabbedPane inside JFrame. JTabbedPane sets its dimensions to biggest page width/height. As pages has different size …

java swing jtabbedpane
NetBeans: How to enable/disable specific tab in JTabedPane

I am developing a small desktop application in Netbeans. on my UI i have a JTabbedPane having 3 tabs in it …

java swing netbeans jtabbedpane
JTabbedPane customize tab look

I want to customize the look of the tabs in JTabbedPane. I want to start from the simplest and plainest …

java swing jtabbedpane
How to check whether the tab is active or not in JTabbedPane?

How can I check whether a tab in a JTabbedPane instance is active or not, in the class of the …

java swing jtabbedpane
Vertical orientation of JTabbedPane titles when the tab placement is set to LEFT

As you can see from the image below, the Java text is horizontal. What I would like to do is …

java swing jtabbedpane
Set the Background Color for JTabbedPane

I am using Nimbus Look and feel. I needs to change the Background color and foreground color of the tab …

java swing jtabbedpane nimbus
Is there a way to hide the tab bar of JTabbedPane if only one tab exists?

I want a behavior similar to e.g. Firefox where the list of available tabs does only show up if …

java user-interface swing jtabbedpane
How to create vertical tabs in Java?

I would like to get the effect like if JTabbedPane would be turned 90 degrees counterclockwise (only tabs but not the …

java swing tabs vertical-alignment jtabbedpane
Java: remove margin / padding on a JTabbedPane

I'd like to know how to remove the margins between my JtabbedPane and my JFrame content pane and between my …

java swing jtabbedpane margins
JTabbedPane: icon on left side of tabs

hello i am using the nimbus look-and-feel and have a tabbedpane with an icon and text. now the icon appears …

java swing icons jtabbedpane nimbus