Package com.google.code.timetrail.presenter

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


    private StartupFrameBackend startupBackend;
    private JPanel myCD;
    public StartupFrame(Control gameControl, JPanel cd){
        this.myGameControl = gameControl;
        this.myCD = cd;
        startupBackend = new StartupFrameBackend(this.myGameControl);
       
        gameTitleLabel = new JLabel(startupBackend.getTitleLabel());
       
        enterNameLabel = new JLabel("Name:");
       
View Full Code Here

TOP

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

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.