import java.applet.*; import java.awt.*; public class Alus03 extends Applet{ Pa2 tahvel=new Pa2(); TextArea t=new TextArea(10, 15); public void init(){ this.add(t); this.add(tahvel); //tahvel.show(); //tahvel.resize(200, 100); } }