Java tutorial
import javax.swing.JApplet; public class MainClass extends JApplet { public void init() { System.out.println(getParameter("text")); } }