Checking the CustomItem in j2me support traversal or not? How sh开发者_如何学编程ould I check the CustomItem in j2me support traversal or not?Shiva, I think there is some gap in your understanding of
How can I change the size of a CustomItem inside a form in J2ME? I created a CustomItem (derivedclass of javax.microedition.lcdui.CustomItem) and placed it inside a form (of derived class of javax.mic
I am using J2ME Polish for my application. The app itself is fairly simple but we are using polish for it\'s nice UI. I would like to have a popup menu (Command) that is similar to the picture attache
I create a table in j2me.Using javax.microedition.lcdui.CustomItem by drawing lines & placing a string.Then i place the table inside the form (javax.microedition.lcdui.Form).
Greetings, My Java experience is limited, but I have a fair enough understanding of it. With that in mind, I am attempting to write a mobile application with a self-contained database -- Java DB -- f
How to encrypt java MIDP application? I need to encrypt the application, not obfuscate, I already use ProGuard to obfusc开发者_开发问答ate my application, but the classes files still can be decompiled
I developed a J2ME project using sun java wireless toolkit 2.5.2_01 for CLDC. In my project I display a form namely TableForm. Inside that form I display a table CustomItemTable. This table I created
How should I handle the key events for CustomIt开发者_JAVA技巧em in J2ME?Here is the complete exampleAs the documentation says.
When I sign my jar file using jad tool and try to run on a phone I get the error message - \'Invalid File\'
I\'m trying to use dateField to display which year, month or day has been selected in the calendar. public DateField getDateField() {