TOC PREV NEXT INDEX



Completing the program


Looking back at the IDE, you should see the RMSToDo.Midlet file in the 'Composer Files' group.

  1. Choose the 'Java Source Files' group. You should see a new file called RMSToDo.java. This is the java code which has been generated by the Composer. (If you are using the demo version of Simplicity, the composer will not create the Java source file. Use Finished2.java instead for the rest of the tutorial.)

Now we want to compile and test the program.

  1. Right-click on RMSToDo.java. Choose 'Compile' from the pop-up menu.
  2. In the Project Tree, choose 'Java Class Files'. You should see an icon named RMSToDo.class. This file is your executable program.

Data Representations, Inc.
http://www.datarepresentations.com
support@datarepresentations.com
sales@datarepresentations.com
TOC PREV NEXT INDEX