971972973974975976977978979980981
} Window window = getComponentWindow(client); if (window == null) { return; } window.addComponentListener(this); window.addWindowListener(this); clientWindowListened = window; } private synchronized void removeClientWindowListeners() {