lwuit
LWUIT ComboBox popup theming problem
I want to customize the look of the ComboBox pop-up list in LWUIT. Nonetheless when I tried to change the ComboBox, ComboBoxFocus, ComboBoxItem, ComboBoxList, ComboBoxPopup components in LWUIT Theme C[详细]
2023-03-23 23:28 分类:问答Adding icons to each list item in a List
开发者_如何学编程I want to add an icon to each items in a list an image. This is my code for creating list :[详细]
2023-03-23 21:22 分类:问答LWUIT : Image as Background in Form
I have started usin开发者_开发百科g LWUIT which sounds interesting , i have made a form and has simply added an image to its background , my problem is that the image is getting streched and looks bad[详细]
2023-03-23 21:14 分类:问答dynamic button creation to the form using lwuit 1.4
public class StateMachine extends StateMachineBase { public Container con1; protected void beforeMainForm(Form f) {[详细]
2023-03-23 10:57 分类:问答How to refresh the lwuit form?
I am working in a project in which user fills a questionnaire and the answers are then submitt开发者_运维百科ed to the server. For simplicity I have just kept two questions per screen and after clicki[详细]
2023-03-23 07:43 分类:问答ButtonGroup and ResourceEditor
We are trying to create an application using the LWUIT Resource Editor as much as possible, it\'s to say, avoiding creating the UI by code if we can.[详细]
2023-03-23 03:25 分类:问答how to get selected item of combo box
i\'m using lwuit with j2me . how to get combo box selected item or index? i found the function for setSelec开发者_如何转开发tedIndex but not for getting the selected.Use this code :[详细]
2023-03-22 21:36 分类:问答J2ME LWUIT Menubar three Softbuttons and Style
I\'m using lwuit-current with Java ME on Nokia S40 phones. I\'d like to imitate the style as much as possible to the default look.[详细]
2023-03-22 02:56 分类:问答Alert pop up with LWUIT
How to create the pop up window using LWUIT? I want to show an alert and that alert automatically dispose after 5 to 10 sec\'s.How to do this with LWU开发者_开发技巧IT?Use this code and show the alert[详细]
2023-03-21 18:04 分类:问答List of Label with image/icon in LWUIT
Please I 开发者_如何学JAVAneed to create a List. An element in the List is supposed to be a Label with text and icon.See this article, How to use label with text and image on list. Follow that sample[详细]
2023-03-21 12:17 分类:问答