Package main.Pages

Class StudentProjectRegister

java.lang.Object
main.Pages.Page
main.Pages.StudentProjectRegister

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

    • StudentProjectRegister

      public StudentProjectRegister(Page previousPage, Student student, String[] projectData)
      Constructor for this class
      Parameters:
      previousPage - the previous page
      student - the current user
      projectData - data of project as string array
  • Method Details