Package com.drakulo.games.ais.ui.component

Examples of com.drakulo.games.ais.ui.component.Minimap


    // End of to externalize zone

    final int pad = 10;
    final int minimapX = pad;
    final int minimapY = Settings.HEIGHT - pad - Minimap.HEIGHT.intValue();
    this.minimap = new Minimap(minimapX, minimapY);

    // Initialization of border scroll zones
    initializeScrollZones();

    // Progress bars
View Full Code Here

TOP

Related Classes of com.drakulo.games.ais.ui.component.Minimap

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.