Question: help in java Phase 2: Designing the frontend (GUI) of your application Your project should contain at least 4 interfaces: login, signup, course_registering, and add_new_course
Phase 2: Designing the frontend (GUI) of your application Your project should contain at least 4 interfaces: login, signup, course_registering, and add_new_course described below: - The first interface will be the login-interface, where the user will enter his ID and his password. If the entries are correct and belongs to a student, the application will take the student to the course_registering interface. Otherwise, if the entries are correct and belong to the admin, the application will take the user to the add_new_course interface. This interface also contains a button that will take the student to the signup interface if he doesn't have an account yet. - The signup interface will allow the student to create a new account. In this interface the student will input his studentld, password, and his name. - The course_registering interface allows the student to register for a particular course. - The add_new_course interface can only be accessed by the system-admin when he login. In this interface, the admin can add new courses to the system so students can register in it
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
