Class TerminalTutorial


  • public class TerminalTutorial
    extends java.lang.Object
    This tutorial illustrates how to use Terminals.
    Version:
    $Id$
    Author:
    John Reekie
    • Constructor Summary

      Constructors 
      Constructor Description
      TerminalTutorial()
      Create a JCanvas and put it into a window
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void createTerminals()
      Create a collection of terminals.
      static void main​(java.lang.String[] argv)
      Main function
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TerminalTutorial

        public TerminalTutorial()
        Create a JCanvas and put it into a window
    • Method Detail

      • createTerminals

        public void createTerminals()
        Create a collection of terminals.
      • main

        public static void main​(java.lang.String[] argv)
        Main function