I am new to lwuit. I have to change the tab background color and font color. I used
Tabbedpannel tabpannel = new Tabbedpannel();
style tabcolor =tabpannel.setBgcolor(111);
but the color of the tab is not changing...
Any one can help me..?
Thanks in advance...
Nimmy..