Download « Applet « Java Swing Q&A





1. applet is not working it says click here to download plugin    stackoverflow.com

i have an applet which will be implementing a file chooser, when i'm trying to run the applet on the browser (Mozilla) instead of seeing the applet i'm getting "Click here ...

2. plugin download problem in applet using swing    coderanch.com

The workaround for this problem involves using Suns free HTML Converter(http://java.sun.com/products/plugin/1.3/docs/html_converter.html) for use with Swing applets. The HTML Converter is a tool that automatically converts applet tags to the format required by the Java Plug-in, directing the browser to install and run the plugin jvm instead of its own jvm. You create a standard applet tag to display your Swing applet: ...