import java.io.IOException; /* * To change this template, choose Tools | Templates * and open the template in the editor. */ /** * * @author STUDES */ public class CreateSequentialFileTest { /** * @param args the command line arguments */ public static void main(String[] args) { CreateSequentialFile application = new CreateSequentialFile (); application.OpenFile(); application.addrecords(); application.closeFile(); // TODO code application logic here } }