TITLE
• Simple Order Sheet Form with Java
You need to create an application/applet which resembles the order sheet for coffee shop/café or restaurant. The program should be able to calculate the total order price. Following is an example of order sheet from OldTown White Coffee which also serves as customer bill. The waiter can input the quantity for each item and when button “Calculate” is clicked, the total price is displayed.
You can choose to develop the program as Java application (using JFrame) or Java applet (using JApplet). You should make this project unique by using Graphics2D objects such different colors, fonts, rectangle and images (use method Graphic.drawImage()), etc. Any project which is found to be the same as another will be penalized. The file should contain the source code, the class file and details of group members. You need to include screenshot to your report. Deadline:
OBJECTIVE
• The objective of this Individual Assignment is for students to showcase their skill in creating Graphics2D shapes, GUI components and combining them into one program.