Share this page 

* Read me *Tag(s): Swing


NOTE: With the JDK1.2 release, it's recommended to use
import javax.swing.*;
instead of
import com.sun.java.swing.*;

IE or Netscape don't support directly Swing Applet. You must use the Java plugins. Then you will need to use the <OBJECT> (IE) or <EMBED> (Netscape) HTML tag instead of the regular <APPLET> tag.