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

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


    // update the notice
    ViewChangeCityPlayerProxy proxy = new ViewChangeCityPlayerProxy(city, EViewChangeEvent.NOTICE_MARKET_BOOTH);
    new ViewChangeEvent(NoticeView.class).notify(proxy);
    // Open the dialog
    final double dialogScale = scaleMap.get(SCENE_IMAGE_NAME);
    dialogUpdater.updateDialog(new TradingStockDialog(topLeft, dialogScale, city));
  }
View Full Code Here

TOP

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

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.