Package ch.sahits.game.graphic.display.dialog

Examples of ch.sahits.game.graphic.display.dialog.TradingOfficeWareStorageDialog


    BufferedImage dialogImg = dialogUpdater.getDialogFringe();
    Point topLeft = new Point(getBounds().x+(getBounds().width-dialogImg.getWidth())/2,getBounds().y+(getBounds().height-600)/2);
    // we do not need updating here as that is handled by the notice view itself
    // Open the dialog
    final double dialogScale = scaleMap.get(SCENE_IMAGE_NAME);
    dialogUpdater.updateDialog(new TradingOfficeWareStorageDialog(topLeft, dialogScale, city));
  }
View Full Code Here

TOP

Related Classes of ch.sahits.game.graphic.display.dialog.TradingOfficeWareStorageDialog

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.