The Desktop App panel lets
you define properties for the presentation of your final application. These
properties are only available for projects created with the
Java Desktop Application template. Other properties that are also
applicable to other Java project types are available on the Application
pane of the dialog box.
You open the Standard Java SE Project Properties dialog box by right-clicking
any and choosing Properties.
The available properties on this panel are the following:
Vendor ID and Application ID. Strings that are
used when storing the application's session information.
The values that you enter should be suitable for
using in a file name. For example, for a company called
Acme Widgets, Inc., the Vendor ID could be Acme. For an application called
Acme Widgeteria, the Application ID could be Widgeteria.
Look & Feel. Specifies the Look & Feel of the application.
Select one of the options from the combo box or click Browse to navigate
to a JAR file that contains the look and feel class. If you select System Default,
the Look & Feel is determined by the system on which the application runs.