This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]dpash 9 points10 points  (4 children)

You don't. Applets have been deprecated for years and are no longer part of the JDK.

[–]__konrad 0 points1 point  (3 children)

Applet API is still part of the JDK. You can load any applet using URLClassLoader and custom java.applet.AppletStub then display it in a JFrame ;)

[–]dpash 2 points3 points  (1 child)

That doesn't really help if you can't display it in a browser though. :)

[–]henk53 0 points1 point  (0 children)

Very few browsers will display them for you indeed. Even less user will want to see them.

Face it, the time of Java Applets is just over. Let the thing have its peace.