Package megamek.client.ui.AWT

Examples of megamek.client.ui.AWT.CamoChoiceDialog


    }

    private TestCamoChoice() {
        super("Test Camo Choice");

        dialog = new CamoChoiceDialog(this);
        dialog.addItemListener(this);
        dialog.setCategory("flashhawk2k.zip");
        dialog.setItemName("camo1.jpg");

        butCamo = new ImageButton();
View Full Code Here

TOP

Related Classes of megamek.client.ui.AWT.CamoChoiceDialog

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.