Contents
- Index
How to create a new project
Simply click on main menu Project | New Project or click on the first toolbar button. A dialog box will pop up, as the following figure shows.

Within that dialog, enter *HelloWorld* as project name and *app* as class name, and then click on OK button.
The new project contains an index.html file, an index.js file (to be loaded by index.html), and language file named en.js. As you develop and build your application, new files will be created and added to the project. The project files are listed in the project manager panel. With the project manager panel, you can easily see how all your project files are related. If you want open a file to see what content is in it, double click on file items and then that file will be open in the workplace.
Double click index.js, this file will appear in an active tab page.
By default, English language will show up on user interface. If you want your web application support other language, you need to provide a new language file under Locale directory.