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>
Any ideas?
Thanks in advance
Jeff Sulman
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>
Any ideas?
Thanks in advance
Jeff Sulman