DanielMorley
04-17-2007, 09:45 AM
I am new to JAVA and trying to understand how to make a gui for a web page. The gui is suppose to have a graphic image that switches from 1 to 16.
I think I need a JAVA applet. I need a basic break down of what to do. :)
agent_x91
04-18-2007, 07:09 AM
If you want a website GUI, why use a java applet? Not everyone has java installed, and it'd be better to use java only when necessary for the task at hand. A GUI for a website would be much better done with simple HTML, combined with javascript/PHP or similar scripting languages. An applet seems a bit unnecessary unless you're intending more functionaliy than the alternatives could offer.