Package MySTARS
Class StudentMainView
java.lang.Object
MySTARS.View
MySTARS.StudentMainView
public final class StudentMainView extends View
The main menu for the Student side of the Application. Extends View.
- Since:
- 2020-11-1
- Version:
- 1.0
- Author:
- Bhargav, Kah Ee
-
Constructor Summary
Constructors Constructor Description StudentMainView()
-
Method Summary
Modifier and Type Method Description private void
changePassword()
Changes the Password for theDatabase
.CURRENT_USER.private void
dropCourse()
void
print()
Prints menu options for the User to select from.private void
viewWaitlistedCourses()
Displays theCourse
s that are onCourseStatus
.WAITLIST.
-
Constructor Details
-
StudentMainView
public StudentMainView()
-
-
Method Details
-
print
public void print()Prints menu options for the User to select from. Required method fromView
. -
dropCourse
private void dropCourse() -
changePassword
private void changePassword()Changes the Password for theDatabase
.CURRENT_USER. -
viewWaitlistedCourses
private void viewWaitlistedCourses()Displays theCourse
s that are onCourseStatus
.WAITLIST.
-