Package main.Pages

Class StudentMyProject

java.lang.Object
main.Pages.Page
main.Pages.StudentMyProject

public class StudentMyProject extends Page
StudentMyProject is a subclass of Page that allows student to view their project
Since:
13-4-2023
  • Constructor Details

    • StudentMyProject

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