How to create vertical tabs in Java?

bancer picture bancer · Jun 17, 2011 · Viewed 12.5k times · Source

I would like to get the effect like if JTabbedPane would be turned 90 degrees counterclockwise (only tabs but not the content inside tabs). What is the best way to implement that in Java?