Package main.Pages

Class StudentProjectView

java.lang.Object
main.Pages.Page
main.Pages.StudentProjectView

public class StudentProjectView extends Page
StudentProjectView is a subclass of Page that allows student to view all projects
Since:
13-4-2023
  • Constructor Details

    • StudentProjectView

      public StudentProjectView(Page previousPage, Student student)
      Constructor for this class
      Parameters:
      previousPage - the previous page
      student - the current student object
  • Method Details