Package MySTARS
Class AddUserView
java.lang.Object
MySTARS.View
MySTARS.AddUserView
public final class AddUserView extends View
- Since:
- 2020-11-1
- Version:
- 1.0
- Author:
- Bhargav
-
Constructor Summary
Constructors Constructor Description AddUserView()
-
Method Summary
Modifier and Type Method Description void
print()
Required method fromView
.private void
printAllStudents()
Prints a list of students in theDatabase
.
-
Constructor Details
-
AddUserView
public AddUserView()
-
-
Method Details