I\'m developing a small j2me game and i want to create a menu for this application. I imagine the menu as a vertical list of items with a cursor on the left or right side that i canmove from item to i
I am using JavaMe. Every time I attempt to initialize a List object I receive the following error: The value for attribute null is not in the proper format
any ideas why the Alert dialog in Jav开发者_如何学Ca ME application is not displaying properly (white stripe on a top of it) on a real phone (N82), it works well on an emulator. So it is not a matter
Why we can\'t use Choice.IMPLICIT with in a Form while we can use Choice.EXCLUSIVE. When I use Choice.IMPLICIT, it 开发者_StackOverflow社区gives me a java.lang.IllegalArgumentException
I have built a LWUIT UI class which contains the Midlet. I am basically using a theme from this midlet. But I need to jump to another LCDUI 开发者_开发问答form which contains some LCDUI controls and I
I am currently writing a J2ME app for a card game which begins at a menu screen which gives the option to select a number of different card games to play.
How can I create create a form/list using canvas and add TextField to it? public void paint(Graphics g){
i am used to working with lcdui interface but i want to work with lwuit interface. Can any one tell me the different command list.
Can I use Canvas and form tog开发者_运维百科ether in application? If yes then how can I access form from Canvas?Yes you can use both but not at the same time.You can switch between them by using Displ
Hello I\'m writing simple j2me calculator. using GameCanvas class as a basis of my interface. I need to handle both numpad key events and game-relaited events (such as UP, DOWN, FIRE, etc) for moving