Like in topic - how do you make applets work? When I try to run applet locally (using both IDE and HTML file) everything works, but when I try to run it from any server it doesn’t work.
HTML code of Applet:
<applet code=Core.Core.java archive=https://dl.dropbox.com/u/67758055/toolbox.jar width="700" height="500">
</applet>
I have tried to put applet on Dropbox, here is the result: https://dl.dropbox.com/u/67758055/Applet.html. For me it is loading and then just show white screen.