posted 13 years ago
Well, I guess a Java Web Start application would be the closest thing to an applet from a development and deployment prespective.
Although such an application isn't embedded in a webpage, whereas an applet is.
Alternatively, there are lots of JavaScript libraries that allow you to create some pretty fancy looking GUI components, but JavaScript isn't Java.
If you don't mind wondering into the realm of server side applications you could have a look at frameworks like Google Web Toolkit (GWT).
GWT allows you to program a GUI in Java, much like you would a Swing GUI for an applet, and the framework then translates that to a JavaScript result.
Build a man a fire, and he'll be warm for a day. Set a man on fire, and he'll be warm for the rest of his life.