hello friends, when I tried to open java applets to firefox in my computer is working fine.
But when I uploaded this file to web hosting site it was not working on firefox in my computer.
I have used that code to in html file....
Code:<html>
<head>
</head>
<body>
<APPLET CODE=ImageEditorApplet.class WIDTH=1250 HEIGHT=550>
</APPLET>
</body>
</html>

