Width of tabs in JTabbedPane
807591Mar 31 2008 — edited Mar 31 2008I have created a JTabbedPane and added 6 tabs to this but the size of the tabs are wrapping to the length of the text.
Apart from using spaces to pad out the text (which is a complete hack) is there any other way to set the width of the tabs so that they are all the same and take up the width of the JTabbedPane?
Cheers