( --> )

Basic Library Template

// File header
// ------------------------------------------------------------

// File:  .java
// Type:  java library file
// Date:  Wed Apr 10, 1996
// Name:  
// Line:  


// Library class description
// ------------------------------------------------------------

/*

   

*/


// Package Identification
// ------------------------------------------------------------

   package ;


// Required Packages
// ------------------------------------------------------------

   import blue.io.*;
   


// Library class
// ------------------------------------------------------------

   public class 
   {
   // static variables
   // - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

      


   // instance variables
   // - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

      


   // constructors
   // - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

      


   // static methods
   // - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

      


   // instance methods
   // - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

      

}