Groovy SwingBuilder : controlling the style of the tabs titles in JTabbedPane
问题 I can't find a way (is there any ?) to format the style of tabs titles in a JTabbedPane. I can change the background color of the tab panes (see below), but can't find a way to style the titles of the tabs; I would like to have them bold or red or be able to define the tabs width, for instance, like I could format the style of the labels in the first panel. Here's the code, mostly inspired by tim_yates (Groovy SwingBuilder : using a scrollpanel to show a list of panels) : import groovy.swing