Creating a NetBeans Platform Application Project
See Also
Use a NetBeans Platform Application project template to create the starting
point of your application on top of the NetBeans Platform. This
template project provides a skeleton application
to which you can attach a splash screen, a progress bar, a name for the application's executable,
and a title for
the application's titlebar.
To create a NetBeans Platform Application project:
- Choose File > New Project
(Ctrl-Shift-N).
- From the NetBeans Modules category, select NetBeans Platform Application.
- In the Name and Location panel, specify the following:
- Project Name. Specifies the folder in which the project
will be housed, prepended by the project location, which
is specified in the next field.
- Project Location. Specifies the location where you want to store the
project metadata.
- Project Folder. Specifies the folder where you want
to store the project metadata and source code. The folder is a concatenation
of the project location and the project name.
- NetBeans Platform. Specifies the platform against which the module will be compiled and deployed. To add additional
platforms to the list, click Manage and use the NetBeans Platform Manager.
- Set as Main Project. Sets the newly created project as the main
project.
- Click Finish.
- See Also
- About NetBeans Platform and Module Development
- About the NetBeans Platform
- About the System Filesystem
- About NetBeans Platform and Module Development
- Working with Modules
- Module Tasks: Quick Reference
Legal Notices