The New Java Desktop Application wizard enables you to create a new
that is based on the Swing Application Framework.
You open the wizard by opening the New Project wizard
and selecting the Java Desktop Application template
from the General category.
In the Detail Options page, you specify which database columns the user can edit in
the application. You have to set the following properties:
Create Detail Area As. . Specifies whether the detail area of the
application view is represented as a table or as a series of text fields.
Available Columns. . Shows the database table columns that are available for
inclusion in the detail area of the view but which are not selected
for inclusion. If you want a column to be included, select the column and
click the > button.
Columns to Include. Specifies the database table columns
to be included in the detail area of the view. If you do not
want a column to be included, select the column and click the < button.
When you click Finish, the project is created on your computer and opened in both
the Projects window and the Files window.