Question: How to solve this question in java In this exam, we aim to implement a train management system. We have two actors: - Admin: responsible
In this exam, we aim to implement a train management system. We have two actors: - Admin: responsible for adding the trains to the system - User: able to search for a train and make a reservation through the system; All the trains 'data will be stored in a file. It contains all the trains as Train Objects. In follow, we will explain the different GUIs of our system. 1. Login GUI: - If the admin login does not exsit in the database or the password is wrong, the system shows the following message : - The "Enter" button opens the page "Add Train" for the admin or the "Search Train" for the user. - The "Cancel" button cleans the JTextField and the JPasswordField
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
