midp
Checking the CustomItem in j2me support traversal or not
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[详细]
2023-01-28 12:05 分类:问答How can I change the size of a CustomItem inside a form in J2ME?
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[详细]
2023-01-28 10:20 分类:问答Menu (Command) using J2ME Polish and Generic MPDP2 build
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[详细]
2023-01-28 02:15 分类:问答How to change the height and width of the table (javax.microedition.lcdui.CustomItem) inside the form in J2ME
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).[详细]
2023-01-27 08:00 分类:问答J2SE and Java DB
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[详细]
2023-01-26 16:29 分类:问答Encrypt Java MIDP Application
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[详细]
2023-01-25 02:16 分类:问答My J2me application working correctly in simulator but not working correctly in Mobile phone
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[详细]
2023-01-22 20:14 分类:问答How should I handle the key events in J2ME?
How should I handle the key events for CustomIt开发者_JAVA技巧em in J2ME?Here is the complete exampleAs the documentation says.[详细]
2023-01-22 07:19 分类:问答Problems running app when signed
When I sign my jar file using jad tool and try to run on a phone I get the error message - \'Invalid File\'[详细]
2023-01-20 07:21 分类:问答J2ME: Get only year/month/day from DateField
I\'m trying to use dateField to display which year, month or day has been selected in the calendar. public DateField getDateField() {[详细]
2023-01-19 15:18 分类:问答