Search



Advanced

Construct a New Class

Introduction

 

(Construct Class) Next >

Home / Class Diagrams / Construct a New Class

New In JVISION 1.3 is the Constructor, which gives users forward engineering capabilities. What this means is that JVISION can now be used to actually write Java programs. This tutorial will take you through the steps need to construct a class.
 

Outline: Construct A New Class
Step 1: Construct Class
Step 2: Place Class
Step 3: Name Class
Step 4: Select Superclass
Step 5: Select Interface
Step 6: Select Superclass Complete
Step 7: Import Packages
Step 8: Import Packages Complete
Step 9: New Class Created!