Question: Required interfaces: - Main GUI to display 4 options 1)register event 2)register student 3)book hall 4)admin system Register event should have a form with event

Required interfaces: -
Main GUI to display 4 options
1)register event
2)register student
3)book hall
4)admin system
Register event should have a form with event name, date, advisor name, advisor phone number and no of participant.
Register Student should have name, matric no, gender, residential college, faculty and phone number (both residential college and faculty must be in combo box and radio button for gender)
Book Hall should have hall, start date, end date and start time and end time.
Admin- display all the information filled up by user for every form . approve or reject booking of hall made by student
For each interfaces (register event, register student, book hall), it must have a jtable displaying the information filled up by user. User can add or delete booking or registration.
For this system: -
It must be done using Java language using eclipse (window builder plugin can be used)
The system must use MVC pattern
Use ArrayList to store data temporarily in the jtable.
Question - Create a Java GUI for university event management system. Required interfaces: - Main GUI to display 4 options 1)register event 2) register student 3)book hall 4)admin system Register event-should have a form with event name, date, advisor name, advisor phone number and no of participant. Register Student - should have name, matric no, gender, residential college, faculty and phone number (both residential college and faculty must be in combo box and radio button for gender) Book Hall - should have hall, start date, end date and start time and end time. Admin-display all the information filled up by user for every form. approve or reject booking of hall made by student For each interfaces (register event, register student, book hall), it must have a jtable displaying the information filled up by user. User can add or delete booking or registration. For this system: - It must be done using Java language using eclipse (window builder plugin can be used) The system must use MVC pattern Use ArrayList to store data temporarily in the jtable. Question - Create a Java GUI for university event management system. Required interfaces: - Main GUI to display 4 options 1)register event 2) register student 3)book hall 4)admin system Register event-should have a form with event name, date, advisor name, advisor phone number and no of participant. Register Student - should have name, matric no, gender, residential college, faculty and phone number (both residential college and faculty must be in combo box and radio button for gender) Book Hall - should have hall, start date, end date and start time and end time. Admin-display all the information filled up by user for every form. approve or reject booking of hall made by student For each interfaces (register event, register student, book hall), it must have a jtable displaying the information filled up by user. User can add or delete booking or registration. For this system: - It must be done using Java language using eclipse (window builder plugin can be used) The system must use MVC pattern Use ArrayList to store data temporarily in the jtable
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
