import java.io.*; public class VooKaiviti{ public static void main(String argumendid[]) throws Exception{ FileReader fr=new FileReader("nimed.txt"); VoostLugeja vl=new VoostLugeja(fr); vl.start(); } }