instructor
Class IntroGUI
java.lang.Object
instructor.IntroGUI
abstract class IntroGUI
- extends java.lang.Object
This class contains the introduction gui provided to the instructor upon login.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instructor
Instructor instructor
logout
javax.swing.JButton logout
viewSchedule
javax.swing.JButton viewSchedule
editPreferences
javax.swing.JButton editPreferences
IntroGUI
IntroGUI()
logout
public abstract void logout()
viewSchedule
public abstract void viewSchedule()
editPreferences
public abstract void editPreferences()