lwuit
LWUIT Command buttons not always visible
I\'ve written a LWUIT app but every few times I run it in the builtin Netbeans J2ME emulator or the Nokia Series 40 emulator, the command buttons for the main page do not show up. If I hit the softkey[详细]
2023-04-06 00:31 分类:问答How to set each List's Command component so that there is no space between the containing Dialog and the Command's texts?
There is a Dialog which contains a List of Commands. When shown then the Label renderer of the public Component getListFocusComponent(List list) method and the Component of the public Component getLis[详细]
2023-04-06 00:13 分类:问答Textfield to scroll up automatically above virtual keyboard
The issue that I face in my bblwuit app is this: I have a textfield, when clicking on it the virtual keyboard opens, which is fine.However, the text field is hidden behind the keyboard.How do I make[详细]
2023-04-06 00:03 分类:问答LWUIT Scrolling
Here is another question regarding JavaMe and LWUIT. I need to manually scroll TextArea with help of methods or etc. TextArea contains methods responsible only for obtaining current position of scrol[详细]
2023-04-05 22:39 分类:问答LWUIT - show TextField blinking Cursor, even if the field is empty
I have a TextField in a Form. This TextField should have focus by default, which works fine. Now I\'d l开发者_开发技巧ike the user to be aware of that and show him,[详细]
2023-04-05 22:11 分类:问答LWUIT black lines between components
I have next question regarding LWUIT开发者_如何学C: I have container with child components. A black lines around the child components shown on the screen, how can I remove them?[详细]
2023-04-05 16:48 分类:问答LWUIT item question
I have a standard com.sun.lwuit.list. I can get the selected item using methods getSelectedItem or getSelectedIndex. The item is a picture and two labels. How do I know if I clicked on the picture or[详细]
2023-04-05 11:55 分类:问答Command in LWUIT
How to add more than 2 command in a single row in at the Footer in lwuit Form ,suppose I want to add Back,Select,and Exit Command in a single row,how can I do that? Help with some ex开发者_开发百科amp[详细]
2023-04-04 22:52 分类:问答LWUIT HtmlComponent render local image
I want to render content that i have created locally using html component and put image in this html also by putting image in res folder in jar, i tried[详细]
2023-04-04 14:12 分类:问答Setting button states in LWUIT
I\'m writing my first LWUIT and Java ME application and trying to get button states to work. I know I can do it in the resource editor, but I\'d really like to know why my code isn\'t working. The cod[详细]
2023-04-04 13:49 分类:问答