| The Essential JViews Framework > Getting Started with JViews Framework > Step 1 - The Manager > Creating the Frame Class |
Creating the Frame Class |
INDEX
PREVIOUS
NEXT
|
You are now able to create the class named Sample1. This class has two fields, manager (class IlvManager) to store the graphic objects, and mgrview, (class IlvManagerView), to display the contents of the manager.
public class Sample1 extends JFrame { IlvManager manager; IlvManagerView mgrview; .... } |
| Copyright © 1987-2007 ILOG S.A. All rights reserved. Documentation homepage. Legal terms. | PREVIOUS NEXT |