The Essential JViews Framework > Getting Started with JViews Framework

This section provides a tutorial explaining how to create a simple application using ILOG JViews Framework. It consists of four steps, indicated below. Through the construction of this application, we will briefly explain the following main concepts of ILOG JViews:

In Step 1 - The Manager:

In Step 2 - View Interaction:

In Step 3 - Using Events:

In Step 4 - Manipulating Graphic Objects:

Four example Java source files are provided representing the four steps to the tutorial. The example files are as follows: Sample1.java, Sample2.java, Sample3.java, and Sample4.java.