Online Food Order is the process of ordering food. The process consists of a customer scanning the menu items, choosing an item, and finally choosing for pick-up. There is usually a delivery charge for this service.
The main aim of this project is to deliver food from restaurant through this application. The customer will login or signup as per requirements then the user can select the item as per choice. This system is developed in java, using inheritance, customization of GUI, jtables, database, array-list, swing GUI and some more. Food order system is helpful as user can order food online without going to the restaurant. Each item in the menu has a different price as we have in the restaurant menu. After choosing the preferences from the menu a bill is generated which is specific regarding the rate, quantity and total cost. This is a secure system as user has to either login or signup and system uses database to store data in it.
Custom:
RoundedButton.java
Data:
CheckInsertData.java
RefinedData.java
Database:
Dbconnector.java
InsertData.java
Interface:
DataBaseInterface.java
MainClass:
BillScreen.java
Food_Order.java
LoginScreen.java
MainScreen.java
SignUpScreen.java
Utils:
CheckBoxHelper.java
DataHelper.java
LoginData.java
PriceHelper.java
Array-list
Interface
Database
Customized Button, Frames.
Jtables
Single Inheritance
This system has been computed successfully. It is user friendly and consist of various options for the user. This system is a safe as well as a time saver for the user as he can choose among the preferences without going to a restaurant. I did faced some issues while making this system, but I resolved them after studying and learning about them on the internet. This system helped me in learning and clearing other concepts in java.