142143144145146147148149150151152
super(); this.actionHandler = this.newActionHandler(); } // End of the constructor basic window // public IActionHandler newActionHandler() { return new IActionHandler() { @Override public IWindow getWindow() { return BasicWindow.this; } @Override