without theme combobox drop down correctly and other component show correctly. when using theme combobox drop down but other component will hide.
I tried the following code: final Container root = getRootAncestor(c); TextArea resultBox = findResultBox(root);
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.
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
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
i tried the command Display.getInstance().setDefaultVirtualKe开发者_JAVA百科yboard(null); it disabled luiwt virtual keyboard as well as the system virtual keyboard..
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
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.
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
Hashtable iHashtable=new Hashtable(); iHashtable.put(\"Name\", \"Jhon\"); iHashtable.put(\"Address\",\"India\");