Note: If you are working with existing JavaTM files, see Converting an Existing Java Program to a Project.
If the directory does not exist, it will be created.
Cosmo Code displays the new project in the Project card and creates the necessary files.
Applet files
project_name.html | A template .html file containing an applet tag that uses the project name as the applet class. |
project_name.java | A template .java file containing an applet class that uses the project name. The template changes depending on whether or not you have chosen to use the visual builder in your project. |
project_name.vb | Created when you choose to use the visual builder, and used by the visual builder to generate Java code from work you do in the visual builder. |
Application files
project_name.java | A template .java file containing a class that uses the project name. A stub for the main method is provided. The template changes depending on whether or not you have chosen to use the visual builder in your project. |
project_name.vb | Created when you choose to use the visual builder, and used by the visual builder to generate Java code from work you do in the visual builder. |
Package files
Test.java | A template .java file containing a class that can be used to test the package you create. A stub for the main method is provided. |
Guide to the Cosmo Code Development Environment
12-96*207