Hello,
I have a question about threads in MIDP1.0 game.
In a simple MIDP1.0 game including a MIDlet and a canvas, how many threads are there? is it two (a main midlet
thread and an event thread for key events and painting)? or just one thread?
If the canvas inplements Runable, how many threads are there?
To develop a MIDP1.0 game, does the canvas must implement runable? why?
Rain