maximumFlagImageWidth = Math.max(maximumFlagImageWidth, infoIcon.getWidth());
// Create the flag message popup
flagMessageLabel.getStyles().put("padding", new Insets(3, 4, 3, 4));
flagMessageWindow.getDecorators().add(new DropShadowDecorator(3, 3, 3));
flagMessageWindow.getDecorators().add(new PopupFieldIndicatorDecorator());
flagMessageWindow.getWindowStateListeners().add(new WindowStateListener.Adapter() {
private ApplicationContext.ScheduledCallback scheduledHideFlagMessageCallback = null;