// JP opened flex table

Click to See Complete Forum and Search --> : setting text color of tabs in JTabbedPane


Rxyz
February 4th, 2002, 03:01 PM
i am trying to set the color to the tabs text of JTabbedPane and not able to do so. I tried giving

this.setForegroundAt(0,Color.blue);
this.setForegroundAt(1,Color.red);

but nothing happens. any other suggessions. Thanks.

//JP added flex table