// CLASE PRINCIPAL DEBE LLAMARSE METODO import java.io.IOException; public class metodo { public static void main(String[] args) throws IOException { ventana v=new ventana(); } }