120121122123124125126127128129
*/ public void hideWindows() { while (this.deckPanel.getWidgetCount() > 0) { IWindow window = (IWindow) this.deckPanel.getWidget(this.deckPanel .getWidgetCount() - 1); window.hideWindow(); } } }