Archive for July 30th, 2005
My first phone program
by Leion on Jul.30, 2005, under General
Today I installed netbeans4.1 and the mobile pack.
Its good. Only basic J2ME knowledge is needed to do GUI. Drag and drop for basic items like forms and textbox. Though the GUI part is not that hard, its the fine details of J2ME that drags my time. Arrays class is not included which, I was using for one program in the J2SE version of the same program… Hence I have to do the codes myself. Oh yes not to mention, the lack of decimal numbers in the micro edition, I have to change somemore codes to reflect the change.
The program is a toto generator. It has input for a choice of how many numbers to generate. Its a really simple and rough program but I am happy that I have got it working. This is my hello world application that has successfully executed on my SX1. Hope I can do something about the bluetooth api soon…