Package megamek.client.ui.AWT

Examples of megamek.client.ui.AWT.TilesetManager


    static final float HEX_ALPHA2 = .4f;
   
    public TileTextureManager(Component c, IGame g) throws IOException {
        comp = c;
        game = g;
        tileManager = new TilesetManager(comp);
        System.out.println("TileTextureManager: loading images for board"); //$NON-NLS-1$
        tileManager.loadNeededImages(game);
        PreferenceManager.getClientPreferences().addPreferenceChangeListener(this);
    }
View Full Code Here

TOP

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

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.