@Nullable
 public final Component getFocusedComponent(@Nullable final Project project) {
   return myWindowWatcher.getFocusedComponent(project);
 }
 public final Component getFocusedComponent(@NotNull final Window window) {
   return myWindowWatcher.getFocusedComponent(window);
 }