You open the New Mobile Project wizard by choosing File > New Project and selecting a project from the Mobile category.You use this wizard to create a new project for a Java ME/MIDP application.
In the Project Name and Location page, you set the following properties:
The IDE creates a project folder based on the name of the new project, as shown in the Project Folder field. The project files are stored in this folder.
If you want the new project to be your main project, check the Set as Main Project checkbox.
Check the Create Hello MIDlet checkbox to create a "Hello" MIDlet (a MIDlet that displays text on the screen of a device) within the project. The project also opens the Visual Mobile Designer. If you do not check this box, the IDE will instead create an empty project.
If you are importing a mobile application from another source, the Create Hello MIDlet checkbox is not available.