The Java ME Project node in the Projects window ()
provides a logical view of a mobile application in the Projects window. The
logical view of the project, shown in the Projects window, provides a hierarchy
of sources and resources which reflects the type of project and its contents.
By right-clicking on the project node, you can choose the following Java ME-specific menu items:
The Source Packages node encapsulates all the Java packages of the project. Right-clicking on the Source Package node and choosing New lets you add new file templates to your application.
The Resources node encapsulates all resources and libraries of the active configuration.
The IDE notifies you through a note on the node if the active configuration
inherits resources and libraries from DefaultConfiguration
.
Right-clicking the Resources node enables you to add Project, JARs, folders, and libraries as resources for your application. You can not add or remove inherited resources.
Right-clicking on the Project Configurations node opens the Add Configuration wizard, which enables you to create new configurations for your project.