Point topLeft = new Point(getBounds().x+(getBounds().width-dialogImg.getWidth())/2,getBounds().y+(getBounds().height-600)/2);
// update the notice
ViewChangeCityPlayerProxy proxy = new ViewChangeCityPlayerProxy(city, EViewChangeEvent.NOTICE_TRADING_OFFICE);
new ViewChangeEvent(NoticeView.class).notify(proxy);
final double dialogScale = scaleMap.get(SCENE_IMAGE_NAME);
dialogUpdater.updateDialog(new TradingOfficeBalanceDialog(topLeft,dialogScale,city));
}