Development Java Tutorial

import javax.swing.JApplet;
public class MainClass extends JApplet {
  public void init() {
    System.out.println(getParameter("text"));
  }
}
Create an HTML document that contains the applet.

  
    
  Marquee