When using a JTabbedPane, how do you indent the tabs?
Swing default output:
------- --------- ------
| A | | B | | C |
------------------------------
| |
| |
| |
| |
| |
Desired indented output:
------- --------- ------
| A | | B | | C |
------------------------------
| |
| |
| |
| |
| |
This seems simple enough, but I have not been able to find the solution. Thanks.