Package mage.client.dialog

Examples of mage.client.dialog.CombatDialog


    setSize(1024,768);
    this.setExtendedState(JFrame.MAXIMIZED_BOTH);

    session = new Session(this);
    connectDialog = new ConnectDialog();
    combat = new CombatDialog();
    pickNumber = new PickNumberDialog();
    desktopPane.add(connectDialog, JLayeredPane.POPUP_LAYER);
    desktopPane.add(combat, JLayeredPane.POPUP_LAYER);
    combat.hideDialog();
    desktopPane.add(pickNumber, JLayeredPane.POPUP_LAYER);
View Full Code Here

TOP

Related Classes of mage.client.dialog.CombatDialog

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.