hello everyone,
hi i want to change the style or look of the default tabbed pane of lwuit..could some body help me in doing this.....and even want to add two buttons and it should apply to ever screen of the tabbed pane
Regards rahul
hello everyone,
hi i want to change the style or look of the default tabbed pane of lwuit..could some body help me in doing this.....and even want to add two buttons and it should apply to ever screen of the tabbed pane
Regards rahul
Hi,
You can change the style of LWUIT components by modifying the theme definitions. The style of a single component can also be modified with code. As for the two buttons - I'm not quite sure what you want to achieve. Could you please clarify the case a bit. In case you want to create a custom TabbedPane instance, I'd suggest you create your own custom class by deriving from the original TabbedPane (see http://projects.developer.nokia.com/...abbedPane.java).
Best regards,
Tomi
Hi,
yea i got you .and abt the two buttons its little complicated to tell you the view so for now i am concentrating on tabbed pane style...
Regards
Rahul
Hi Rahul,
use LWUIT Tabs component instead of TabbedPane. TabbedPane is old and deprecated.
see LWUIT Tabs example here: http://projects.developer.nokia.com/.../TabsDemo.java
The localization+location question has been moved to http://www.developer.nokia.com/Commu...-problem-LWUIT, this message is going to be removed in a few days.