Package com.google.code.timetrail.presenter

Examples of com.google.code.timetrail.presenter.RationsPaceFrameBackend


    public RationsPaceFrame(Control gameControl, JPanel cd, String previous){
        this.myGameControl = gameControl;
        this.myCD = cd;
        this.myPrevious = previous;
        rationsPaceBackend = new RationsPaceFrameBackend(this.myGameControl);
       
        paceLabel = new JLabel("Select Pace:");
       
        rationsLabel = new JLabel("Select Rations:");
       
View Full Code Here

TOP

Related Classes of com.google.code.timetrail.presenter.RationsPaceFrameBackend

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.