Getting Started


Creating a new bean

The window or bean you create in this tutorial (shown in Figure 89) displays detailed customer information.

Figure 89. Customer Information Window

Customer Information Window

To create a new visual part:

  1. On the Workbench Projects tab, select the tutorial package.
  2. From the Selected menu, select Add>Application.

    The Create Application SmartGuide is displayed. The Project and Package fields are filled for you.

  3. In the Class name field, type the name TutorialView.

    Create Swing based application is selected for you.

  4. Select Next.

    The Application Details page is displayed.

  5. In the Title bar text field, type Customer Information.
  6. Deselect all options except Center and pack frame on screen.
  7. Select Finish.

    The window is displayed in the Composition Editor. The default size of the window is width: 460 and height: 300. The area outside of the window is called the free-form surface.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]