I wonder if there is any possibility to position a Tabbed pane to the bottom right, I want to make to containers above each other, the one with the tablabels at the top right to left (no problem/default), and the other one with the tablabels at bottom (so far so good) starting from right to left. The design I imagine is:
| tab display |
| tab display |
| tab display |
-----------------------------------------------
_________________________ | tab top | another|
| Bottom Tab| Second Tab|______________________
| |
well, my ascy drawing capabilities are limited but I hope you get the picture. Is there any way, in wich I can add a layout manager to a tabbed pane to layout the tablabels? Where can I find an example of such? Goodling suggested to just use a menubar in combination with a CardLayout for the tabbed panes. However I have no clue how to draw a menubar so that it looks like tabs. (I just peeked into the swingtrail for custom drawing but it just goes on about the general possibility, besides If I do so I loose the styling capabilities. The only thing I can think off right now is to use a tabbed pane with no content and make it controll another container with a card layout via eventlisteners.
Any suggestions?
P.S.: I have to implement the solution with java 1.6