Package nfc.sample.tictactoe.ui

Examples of nfc.sample.tictactoe.ui.StartGameScreen


        TouchTicTacToe app = new TouchTicTacToe();
        app.enterEventDispatcher();
    }
   
    private TouchTicTacToe() {
        StartGameScreen start_screen = new StartGameScreen();
        pushScreen(start_screen);
    }
View Full Code Here

TOP

Related Classes of nfc.sample.tictactoe.ui.StartGameScreen

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.