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

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


    x = map.getOX() + map.getWidth() + 10 + 1;
    int y = map.getOY() - 10;
    resources = new ResourceDisplay(getRootPane(), x, y);
    resources.hide();
   
    transferWindow = new TransferWindow(getRootPane());
    lastColonyCount = GameData.getColonies().size();
  }
View Full Code Here

TOP

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

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.