Package sudoku.Extras

Examples of sudoku.Extras.Tripla


        mBComprobar = new boolean[9][9];
        mIGuardado = new Tripla[9][9];
       
        for (int y = 0; y < 9; y++) {
            for (int x = 0; x < 9; x++){
                mIGuardado[y][x] = new Tripla();
            }
        }
        bAyuda = false;
    }
View Full Code Here

TOP

Related Classes of sudoku.Extras.Tripla

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.