Java swing component jtabbedpane is opaque even after

jtabbedpane.setBackground(new Color(0,0,0,0));
or
jtabbedpane.setBackgroundAt(index,new Color(0,0,0,0));

You will also have to setOpaque(false) on the individual panels etc in your tabbed pane.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.