Tabs on the right side in JTabbedPane ?  
Author Message
RC





PostPosted: 2005-2-22 23:09:00 Top

java-programmer, Tabs on the right side in JTabbedPane ? I wanted to add 4 tabs to a JTabbedPane. Two of them should be on the left
side and two on the right side (all on the top). In other words, I want a
pretty big gap between these two sets of tabs.
______ _____ ______ _____
/__1___\/__2__\________________/___3__\/__4__\
|
|
|
|


Something like the above.

Is there a way to do it ?

Thanks.

RC