protected void register(Window window) {
list.add(window);
accessList.push(window);
window.setData("_gxtdate", System.currentTimeMillis());
window.addListener(Events.Hide, listener);
fireEvent(Events.Register, new WindowManagerEvent(this, window));
}