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.
this.setForegroundAt(0,Color.blue);
this.setForegroundAt(1,Color.red);
but nothing happens. any other suggessions. Thanks.