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 Master Table page, you set up the contents of the master table that
will appear in the application view. You have to set the following properties:
Database Connection. . Specifies the database to which you want
your application to connect. The drop-down list contains databases that the IDE
is aware of. If your database is not listed, select New Database Connection
to specify a different database.
Database Table. . Specifies the database table that you want to use
in the master/detail view of your application. The drop-down list contains
tables in the database selected in the Database Connection field.
Available Columns. . Shows the database table columns that are available for
inclusion in the master view of the application but which are not selected
for inclusion.
Columns to Include. Specifies the database table columns
to be included in the master view of the application. If you do not
want a column to be included, select the column and click the < button.