The Project is to make a software/program for shops which make pizza i.e. inventory for pizza maker. Hence forth the Title, "Pizza Maker". This software works in a very simple and user-friendly manner. The program first accepts the pizza order from the customer, as they desire their pizza to be i.e. The customer is given option to choose the:
- Crust of Pizza.
- Type of pizza (i.e. Vegetarian or Non-Vegetarian).
- Veggies.
- Finally to place order.
After selection of the required options and confirmation of the order, the order summary is also displayed.
- To take various input and display them accordingly.
- To create software/program using Java and GUI, which works as an inventory for a pizza shop.
- To create a software/program which simply takes pizza’s composition as input and displays order summary as output.
- The software/program is running successfully.
- Each and every button is functioning as coded.
- This software/program can be used in any shop to take multiple order, if made changes in the code accordingly.
- By updating its GUI, it can be made more interactive.
- By adding some calculative tools in the software, it can also help the user to do the calculation of the order placed.
- “Java - The Complete Reference”, by Herbert Schildt.
- “Java T Point”, by https://www.javatpoint.com/java-tutorial
- “Comuter Programming in Java”, by Junaid Khateeb and G. T. Thampi.