public FakeWindow(Window _window) {
Component contentLocal = _window.getContent();
_window.setContent(null);
this.window = _window;
window.getWindowListeners().add(new WindowListener() {
@Override
public void titleChanged(Window windowArgument, String previousTitle) {
windowListeners.titleChanged(FakeWindow.this, previousTitle);
}