java.de.TimeSlice
Class TimeSlice

java.lang.Object
  |
  +--java.de.TimeSlice.TimeSlice

public class TimeSlice
extends java.lang.Object


Constructor Summary
TimeSlice()
          instances of three different classes are needed to run TimeSlice, an instance of TaskManagerwhich manages the data of the tasks, furthermore an instance of Mainframe which is the 'Frame' of the GUI of TimeSlice and last the TaskTimer which calls specific update routines periodically
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeSlice

public TimeSlice()
instances of three different classes are needed to run
TimeSlice
, an instance of
TaskManager
which manages the data of the tasks, furthermore an instance of Mainframe which is the 'Frame' of the GUI of
TimeSlice
and last the
TaskTimer
which calls specific update routines periodically
Method Detail

main

public static void main(java.lang.String[] args)