Overview of tutorial

The construction of an application explains briefly the main concepts of Rogue Wave® JViews.
Example Java source files are provided representing the steps in the tutorial. The example files are as follows: Sample1.java, Sample2.java, Sample3.java, and Sample4.java.
The tutorial consists of the following stages:
  1. Creating and populating the manager: in Stage 1 - The manager:
    • Creating the manager.
    • Loading a file containing graphic objects into this manager.
    • Creating the view to display the contents of the manager.
    • Adding interaction to a view.
    • Listening to events sent by the manager view.
    • Adding and moving graphic objects in the manager.