application
Class ClassroomScheduler

java.lang.Object
  extended by application.ClassroomScheduler
All Implemented Interfaces:
Constants

public class ClassroomScheduler
extends java.lang.Object
implements Constants


Field Summary
 
Fields inherited from interface resources.Constants
BUILDING, COURSE, COURSE_FIELD, COURSE_NUMBER, LASTNAME, NAME, PROF_DOUBLE_BOOKED, ROOM, ROOM_DOUBLE_BOOKED, SECTION_NUMBER
 
Constructor Summary
ClassroomScheduler()
           
 
Method Summary
static ClassroomSchedulerFrame getFrame()
           
 void init()
          Creation of the global components for the application
static void main(java.lang.String[] args)
          The main method for ClassroomScheduler.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassroomScheduler

public ClassroomScheduler()
Method Detail

main

public static void main(java.lang.String[] args)
The main method for ClassroomScheduler.

Parameters:
args - Not used

init

public void init()
Creation of the global components for the application


getFrame

public static ClassroomSchedulerFrame getFrame()