import javax.swing.JApplet; public class HandleReductionApplet extends JApplet{ public void init(){ setContentPane(new Components()); } }