Package megamek.client.ui.swing.widget

Examples of megamek.client.ui.swing.widget.GeneralInfoMapSet


        private int minTopMargin = 8;
        private int minLeftMargin = 8;

        MovementPanel() {
            gi = new GeneralInfoMapSet(this);
            addElement(gi.getContentGroup());
            Enumeration<BackGroundDrawer> iter = gi.getBackgroundDrawers()
                    .elements();
            while (iter.hasMoreElements()) {
                addBgDrawer(iter.nextElement());
View Full Code Here

TOP

Related Classes of megamek.client.ui.swing.widget.GeneralInfoMapSet

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.