Tuesday, 28 May 2013

Design for odering from a menu

Design for odering from a menu

i am working on my first app on swings, an app for a restaurant. There is a set of menu which contains items, that has to be selected by the user for the order processing. All the items are grouped in 3 types(type 1, 2, 3). Now when i want to make the user make an order on that i don't know how should i retrieve the menu items from the db in such a way that the UI makes it an interactive way of selection. I tried using jCheckbox but there i get only one item as i'll be needing 4 values retrieved from the db i.e. ID, Item Type, Item Name and Cost. Can someone suggest any ideas on how should i design my interface to make it an interactive UI for order placing. What containers or combination of swing components can make it possible. Thanks

No comments:

Post a Comment