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

Examples of com.drakulo.games.ais.ui.component.window.BuildWindow


    width = 270;
    int height = 300;
    x = Settings.WIDTH / 2 - width / 2;
    y = Settings.HEIGHT - BOTTOM_BAR_HEIGHT - height;
    this.buildWindow = new BuildWindow(this, width, height, x, y);
  }
View Full Code Here

TOP

Related Classes of com.drakulo.games.ais.ui.component.window.BuildWindow

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.