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.

JTabbedPane - set default border around tabs..?

I am using a JTabbedPane in my application. I have added two tabs which are instances of a custom class "…

java swing border jtabbedpane
Controlling Color in Java Tabbed Pane

I have been going nuts trying to figure this out. I am trying to elimenate a light blue background that …

java swing jtabbedpane
Set constant size of JScrollPane

I have a JTabbedPane with a Border Layout. Here's the code I'm using to add the components: add(columnNames, BorderLayout.…

java jscrollpane layout-manager jtabbedpane border-layout
change active tab color in JTabbedPane

How can I change the color of tab when is selected ? and its border ? in this case its Arbitros tab …

java swing jtabbedpane
Java: "Add Tab Button" for a JTabbedPane

Is it possible to add a button to a tabbed pane like in firefox. The plus-button is what I want. …

java button tabs jtabbedpane
How to check if a jframe is opened?

My code below create a new array and sends it to chat(jFrame). String info1[]=new String[3]; // username , userid , userid2 …

java swing jframe jdialog jtabbedpane
JTabbedPane: Actions performed before displaying selected tab

When one of the panels present in a JTabbedPane is clicked, I need to perform a few actions at the …

java swing jtabbedpane
set visibility of specific tabs in JTabbedPane

How can I set some of the tabs in a JTabbedPane invisible? I tried using JTabbedPane#getTabComponentAt(index).setVisible(false);, …

java swing nullpointerexception visibility jtabbedpane
JTabbedPane in JPanel?

I have a simple problem when I want to add tabs in my jpanel. The alignment of the tabs get …

java swing jpanel jtabbedpane