Class Daw

  • java.lang.Object
    • uk.ac.qmul.eecs.depic.daw.Daw
  • All Implemented Interfaces:
    java.lang.Runnable


    public class Daw
    extends java.lang.Object
    implements java.lang.Runnable
    Entry point for the program
    • Constructor Summary

      Constructors 
      Constructor and Description
      Daw() 
    • Constructor Detail

      • Daw

        public Daw()
    • Method Detail

      • main

        public static void main(java.lang.String[] args)
        Main function. Calls run() in the Event dispatching thread.
        Parameters:
        args - command line argument vector
      • run

        public void run()
        Creates a new MainFrame and makes it visible in the Event Dispatching Thread.
        Specified by:
        run in interface java.lang.Runnable