views:

14

answers:

0

Hi,
I am using Netbeans,with the given emulator for writing MIDlet programs.
I really need a simple,understoodable good example of using canvas.
Additional question:can I have TextField,buttons on a Canvas screen? If I can,then how,and if not what do you suggests?
And last thing: is it possible to make some buttons by canvas and add it to a form?
Something like:

myForm.append(button_from_my_Canvas); 

If I could it would be perfect.
I need to make an applet having a game board with several buttons & textField on the screen. So if it would be possible to do so,or to make something that would be similar to JTextField and JButtons in GUI (just similar about their idea and look on the screen)....

Thanks!!!