Package com.google.code.timetrail.presenter

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


    private JPanel myCD;
   
    public RiverFrame(Control gC, JPanel cd) {
        this.gameControl = gC;
        this.myCD = cd;
        riverFrameBackend = new RiverFrameBackend(gC);
        setLayout(null);
       
        titleText = new JLabel(riverFrameBackend.riverStatus());
        titleText.setAlignmentX(Component.CENTER_ALIGNMENT);
        titleText.setBounds(74, 42, 366, 34);
View Full Code Here

TOP

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

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.