How should I handle the key events for CustomIt开发者_JAVA技巧em in J2ME?Here is the complete exampleAs the documentation says.
I\'m trying to use dateField to display which year, month or day has been selected in the calendar. public DateField getDateField() {
I am developing in J2ME, I need to show a text, and then an underlined link / button that people can press.
I\'m creating a canvas and setting it as fullscreen. In the canvas my getHeight() and getWidth() functions does not return the actual height and width of the full screen. It returns them as if I didn\
I am going to make application on j2me using canvas. I want to take textbox or textfield on my canv开发者_StackOverflow社区as.You can draw a basic textbox and display a string , and when it receives f
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
How do you navigate from a game canvas to a form in Java ME when you 开发者_如何学编程require a user to insert his or her username and password?Create the form and add some \"OK\" command to it.
When a J2ME application runs on Samsung phone withSamsung Bada an OS that supports TouchWhiz (GT-S5320, in my case),a virtual keypad is shown on the screen by default and always! This virtual keypad c
How can I keep the combobox on the form in j2me with out using frameworks? I have tried this but it is not showing any drop down for selection.
The thing is I writing a J2ME program that fisrt of all show a \"menu\" using graphics interface (GameCanvas) and when the user select one item, I need to 开发者_Go百科setCurrent that item (ex. a List