Asking for helps about the GUI JAVA ...
-
Hi Guys, I am developing a system for my college's final year project and I plan to use JAVA for this .. The topic of my system is a food ordering system, can i get some opinions from you guys...about ... 1. You guys should know, the GUI for a food ordering system is quite important since the application will be installed in the PC that placed at the table (in the restaurant), so the customer can order directly without the helps from the waiters, my problem is, Is Java good enough for developing such Strong GUI ? I have limited knowledge to Java may be, I found out that the Java's GUI (those built-in one like the provided by the JAVA APIT) is quite bored.... it not really looks like something that is for strong User Interaction.... 2. Regarding to question 1, if I develop this food ordering system with java APPLET.... or the JAVA FX... will it be better? Guys... I need your opnions ^.^" any opinions regarding to this food ordering system..... thanks for the time to read this message...
-
Hi Guys, I am developing a system for my college's final year project and I plan to use JAVA for this .. The topic of my system is a food ordering system, can i get some opinions from you guys...about ... 1. You guys should know, the GUI for a food ordering system is quite important since the application will be installed in the PC that placed at the table (in the restaurant), so the customer can order directly without the helps from the waiters, my problem is, Is Java good enough for developing such Strong GUI ? I have limited knowledge to Java may be, I found out that the Java's GUI (those built-in one like the provided by the JAVA APIT) is quite bored.... it not really looks like something that is for strong User Interaction.... 2. Regarding to question 1, if I develop this food ordering system with java APPLET.... or the JAVA FX... will it be better? Guys... I need your opnions ^.^" any opinions regarding to this food ordering system..... thanks for the time to read this message...
You don't have to develop your Java app just for the Web, you can make it a stand-alone app and run it on your PC, and if you have the PC networked (let's say to the "kitchen"), then the order can be read there and processed. I would suggest you take a look at www.java.sun.com --- there are many tutorials on there, and if you want a web-based app, they have an "ordering system" tutorial, with code, that you can base your application on. Good luck!
AF Pilot