Setting up the SWT Visual Beans Editor

The SWT Visual Beans Editor for the Bank Transformation Toolkit is a plug-in. The SWT Visual Beans Tool helps you develop SWT based transaction panels

Prerequisites to use the SWT Visual Beans Editor:

To use the SWT Visual Beans Editor, follow these steps:

  1. Start IBM Rational Application Developer or IBM WebSphere Integration Developer.
  2. Create a Java™ project.
  3. Add SWT Visual Bean and Standard Widget Toolkit (SWT) library to the build path.
    1. Right-click project and select Properties.
    2. Select Java Build Path, and select Libraries tab, and then click Add Library.
    3. Select SWT VisualBean, and click Next.
    4. Click Finish in the dialog that pops up.
    5. Add Standard Widget Toolkit(SWT) library to the build path in the same way.
  4. Create a visual class.
    1. Right-click the project, and select New > Visual Class.
    2. In the dialog box that pops up, provide a name in the Name field, and expand SWT in the Style box, and then select Shell. Check the public static void main(String[] args) and Inherited abstract methods checkboxes.
    3. Click Finish. The visual class loads.