Visualizzazione post con etichetta java JTabbedPane orentation swing. Mostra tutti i post
Visualizzazione post con etichetta java JTabbedPane orentation swing. Mostra tutti i post

Change JtabbedPane orentation

I'm reading a new simple interested question in Stackoverflow: How to make Java tabbed panes display tabs from right to left?

Then i'm refering from "How to Use Tabbed Panes" to create a new project based by JTabbedPane component.

It's enough to use "setComponentOrientation" method to change orentation of JTabbedPane.