Package com.google.code.timetrail.presenter

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


    private InventoryFrameBackend invFrameBackend;
    private Control gameControl;
    private JPanel myCD;
    public InventoryFrame(Control control, JPanel cd) {
        this.gameControl = control;
        invFrameBackend = new InventoryFrameBackend(gameControl);
        this.myCD = cd;
       
        JLabel lblInventory = new JLabel(invFrameBackend.getTitle());
        lblInventory.setBounds(36, 11, 48, 14);
       
View Full Code Here

TOP

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

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.