Can u pls tell me how to set the size and color for a Component in LWUIT? I am already use the setSize(Dimension d) method, but there is no change in the component rendering. Pls, help me---------
Can u pls tell me how to set the size and color for a Component in LWUIT? I am already use the setSize(Dimension d) method, but there is no change in the component rendering. Pls, help me---------
First to check would be the layout of the parent component. You should also set the preferred size, not the size directly. For more, try the Lwuit community:
http://forums.java.net/jive/forum.jspa?forumID=139