Package com.github.axet.starjeweled.core

Examples of com.github.axet.starjeweled.core.User


    Rectangle rectangle;
    BoardColorsTable colorTable;
    User user;

    public void init() {
        user = new User();
        user.reset();

        frame.analyse.init(8, 8);

        capture = new Capture();
View Full Code Here

TOP

Related Classes of com.github.axet.starjeweled.core.User

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.