To develop a business component with user name and user password,
do the following:
- Create a new SWT Composite.
- Right-click the project, and select .
- In the dialog box that pops up, enter UserComposite in
the Name field.
- In the Style box, expand SWT,
and select Composite.
- Click Finish.
- Drag and drop the BTTText and BTTPasswordText in
the Palette, and fabric a composite as follows.