Click to See Complete Forum and Search --> : Browser cannot display Swing applets


Jan
September 23rd, 1999, 06:26 AM
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

unicman
September 23rd, 1999, 07:57 AM
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

Jan
September 23rd, 1999, 09:17 AM
i did this
<html>
<head>

<object code = List.class width=500 height=300>
</object>
</html>
but nothing comes out...