Package com.google.code.timetrail.backend

Examples of com.google.code.timetrail.backend.GameSave.saveGame()


        JButton btnLoad = new JButton("New Save");
        btnLoad.addActionListener(new ActionListener() {
            public void actionPerformed(ActionEvent e) {
                try {
                    GameSave saveGame = new GameSave();
                    saveGame.saveGame(gameControl, gameControl.getPlayer().getName());
                } catch (ClassNotFoundException s) {
                   
                    s.printStackTrace();
                } catch (IOException s) {
                   
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.