Package sudoku.Vista

Examples of sudoku.Vista.VistaPuntaje


        try{
            String nombreArchivo = "TopTen"+dificultad;
            Archivo topTen = new Archivo(nombreArchivo);
           
            LinkedList<String> listaTopTen = topTen.leerArchivo();
            VistaPuntaje vistaTopTen = new VistaPuntaje(listaTopTen);
           
        }catch(Exception e){}     
    }
View Full Code Here

TOP

Related Classes of sudoku.Vista.VistaPuntaje

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.