Hi
i already installed JRE 1.2.1 and also the plugin 1.1.2 but my swing applets still dont run in the browser
please help
i compiled my applet using JDK1.2
Printable View
Hi
i already installed JRE 1.2.1 and also the plugin 1.1.2 but my swing applets still dont run in the browser
please help
i compiled my applet using JDK1.2
If u want to use jdk1.2 applet, u will have to use 'object' tab and not 'applet'. R u sure u r using 'object' tag?
- UnicMan
http://members.tripod.com/unicman
i did this
<html>
<head>
<object code = List.class width=500 height=300>
</object>
</html>
but nothing comes out...