A
Arnaud Berger
Hi,
Sure, you can use :
jTabbedPane.setBackgroundAt(index, Color.RED) ;
for the background, or
jTabbedPane.setForegroundAt(index, Color.RED) ;
for the foreground (color of text)
where "index" is the int index of your tab (probably 2 in your case).
Regards,
Arnaud
Sure, you can use :
jTabbedPane.setBackgroundAt(index, Color.RED) ;
for the background, or
jTabbedPane.setForegroundAt(index, Color.RED) ;
for the foreground (color of text)
where "index" is the int index of your tab (probably 2 in your case).
Regards,
Arnaud