i used netbeans 6.5 for developing android application. i need to a开发者_JS百科dd LWUIT for this application. how we can add into this application?There already is (for quite a while now) a native LW
I developed j2me based开发者_运维技巧 application with LWUIT framework. Is it possible to change the this application to android based application?
LWUIT ships with great Resource Editor but this doesn\'t allow your resources definitions to be versioned or edited easily.
How can multiple components ( for example a Label, a Textfield and a Button ) can be added in a single Tab?
We are developing a J2ME application and sometimes we face constraints while working with the default lcdui library. Whenever we want some extra in the UI, the开发者_StackOverflow中文版 only option is
I have to display around 100 icons (each 50x50) in Button. I am downloading big png Image which contains all 100 icons, then I create each icon using开发者_开发技巧 Image.subImage() method.
I\'m wondering if there is anyway for drawing somethin over the videoControl. I tried using LWUIT but I can\'t achieve an开发者_StackOverflowy result, have anybody done somethin similar? Any help will
I am displaying a dialog when a user touches the screen and want the dialog to dispose when the user touches anywhere outside the dialog. I have set setDisposeWhenPointerOutOfBounds() to tr开发者_Go百
I am using the LWUIT library (j2me). When I compile the code with my IDE (intelliJ) everything compiles and runs fine, but when I\'m building it with Antenna (latest version), I fail on the preverify
I have added a container named btnBar with boxlayout(x-axis) on a form. the container has 4 buttons of custom class MyButton that extends from Button开发者_运维技巧 itself. When i add actionlistener t