Question
Need to create an elevator program in Netbeans using Java. The program needs to reflect newer elevators where a user enters a floor number and
Need to create an elevator program in Netbeans using Java. The program needs to reflect newer elevators where a user enters a floor number and one of the multiple elevators comes to pick them up and take them to the floor they entered. This is a very simple program, no need to worry about doors opening or closing or anything like that. There are 5 different parts to this project. The user gui, the admin gui, a web interface, a elevator class, and a control class. The requirements are as following
1. The system will include 2-6 elevators and 10-20 floors
2. The control object will command movement of each elevator
3. The user can request a floor from the user gui or web interface
4. A user can view the status of each elevator in the admin gui
5. A database will store the number of elevators and the number of floors. This data will not be available from anywhere else and should not be hardcoded.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started