Package com.google.code.timetrail.gui

Examples of com.google.code.timetrail.gui.TakingMoveFrame


        add(lblPstatus_4);
       
        JButton button = new JButton(invFrameBackend.getBackButtonText());
        button.addActionListener(new ActionListener() {
            public void actionPerformed(ActionEvent e) {
                myCD.add(new TakingMoveFrame(gameControl, myCD, "Inventory"), "TakeMove");
                CardLayout cd = (CardLayout) myCD.getLayout();
                cd.last(myCD);
            }
        });
        button.setBounds(36, 277, 89, 23);
View Full Code Here

TOP

Related Classes of com.google.code.timetrail.gui.TakingMoveFrame

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.