I am currently trying to get an applet to load and am having some
difficulty. It appears the browser cannot find the applet.
The root for the Browser is c:\ and the applet is in package
swing.chapter5. The class file is stored in
c:\ The HTLM tag is:
<applet code= "swing.chapter5.TabbedPaneDemo.class" width=570
height = 400>
</applet>
The applet uses Swing Objects and the problem occurs on IE5 as well as NS4.7
Any ideas?
Thanks in advance
Jeff Sulman
difficulty. It appears the browser cannot find the applet.
The root for the Browser is c:\ and the applet is in package
swing.chapter5. The class file is stored in
c:\ The HTLM tag is:
<applet code= "swing.chapter5.TabbedPaneDemo.class" width=570
height = 400>
</applet>
The applet uses Swing Objects and the problem occurs on IE5 as well as NS4.7
Any ideas?
Thanks in advance
Jeff Sulman