lwuit
in j2me lwuit,with theme the combobox drop down and other component will hide
without theme combobox drop down correctly and other component show correctly. when using theme combobox drop down but other component will hide.[详细]
2023-04-02 05:05 分类:问答How to properly Set Background Color of LWUIT Widget that is already themed?
I tried the following code: final Container root = getRootAncestor(c); TextArea resultBox = findResultBox(root);[详细]
2023-04-01 06:59 分类:问答j2me Threading with video component
i have tried to implement an java app which have following structure. my problems are when i invoke quotes thread from videoplayer thread the video still plays on top of the quotes form.[详细]
2023-04-01 06:46 分类:问答How to get LWUIT bitmap font?
I want bitmap font for Form from LWUIT component. I create rs file with bitmap font(that is theme file create by Resource Editor.jar). Then I load that file from my MIDlet with follo开发者_运维百科win[详细]
2023-04-01 00:54 分类:问答What are the other j2me ergonomic technologies other than Polish and LWUIT?
Are 开发者_JAVA百科there other ergonomic technologies in j2me other than j2me-Polish and LWUIT ?There are many Frameworks as explained here , most of all works with j2me[详细]
2023-03-30 05:41 分类:问答how to disable lwuit vkb and show default system vkb?
i tried the command Display.getInstance().setDefaultVirtualKe开发者_JAVA百科yboard(null); it disabled luiwt virtual keyboard as well as the system virtual keyboard..[详细]
2023-03-30 05:05 分类:问答Rating screen using LWUIT
I want to create a MIDlet from where I call the class.In the class开发者_如何学Go there is an Image Array which contain 10 images and default ration is 0.Now I want to know how to create the class whe[详细]
2023-03-30 05:02 分类:问答Is it possible to get the char through the key code in Lwuit?
I\'m trying to find some way to get the char or its key thr开发者_如何学Goough an ActionEvent\'s KeyEvent. I don\'t even know in which class I could find such a method.[详细]
2023-03-30 02:54 分类:问答how to put ad banner in j2me using lwuit?
I want to put a advertisement banner at the bottom of the screen of my j2me application. How can i set a container fixed at a position so even if the page is scrolled that specific container will be s[详细]
2023-03-28 03:52 分类:问答HashTable to Lwuit Table
Hashtable iHashtable=new Hashtable(); iHashtable.put(\"Name\", \"Jhon\"); iHashtable.put(\"Address\",\"India\");[详细]
2023-03-28 03:51 分类:问答