Package com.google.code.timetrail.presenter

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


   
    public StoreFrame(Control gameControl, JPanel cd){
        this.myGameControl = gameControl;
        this.myCD = cd;
       
        storeBackend = new StoreFrameBackend(gameControl);
       
        storePanel = new JPanel();
       
        storeLabel = new JLabel(storeBackend.getStoreLabelText());
        storeLabel.setBounds(243, 11, 78, 14);
View Full Code Here

TOP

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

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.