I am having a hard time making a cafeteria self order in java. Code first or design GUI?
This is a school project, and we have uml to follow. The problem is when i try to code first, i dont know how to add gui for it. But when i try to design the gui first, i cant follow the uml?
I’m having a hard time on how to read csv, that shows the list of items in gui, like I have MENU, and categories like, Rice Meal, Drinks, Desserts, Snacks. When Rice Meal button is click, it should show the list and can also add the item you pick to order.