The Essential JViews Framework > Framework JavaBeans > Creating a Simple Applet Using ILOG JViews Beans > Creating the Manager View

To create the manager view:

  1. Create a new project as a Swing applet or application.
  2. Display the ILOG JViews Beans on the toolbar by selecting that package.
  3. From the toolbar, click the IlvJScrollManagerView Bean icon images/IlvJScrollManagerViewColor16.gif and drag it inside the form designer of your IDE.
    Warning
    There are two of these icons on the toolbar. Make sure you are using IlvJScrollManagerView and not IlvScrollManagerView.
  4. Drag the handles of your IlvJScrollManagerView Bean until it appears as in Figure 3.1:

images/step1.gif

Figure 3.1 IlvJScrollManagerView Object Selected in the Form Designer
  1. Click the IlvManagerView Bean icon images/IlvManagerViewColor16.gif on the toolbar and drag it inside of the IlvJScrollManagerView Bean.
  2. The result is fairly similar to what you obtained after step 4, except that you can now select the manager view. See Figure 3.2.
    Note
     If you were to compile and run the project at this point, you would see that the IlvJScrollManagerView allows you to scroll through the content of the IlvManagerView Bean.

images/Fig8-3online.gif

Figure 3.2 IlvJScrollManagerView Object with a Selected IlvManagerView Object Inside