static bool internalFrameFocussed(Component c) {
  final JInternalFrame f = getInternalFrame(c);
  if (f == null) false;
  ret getInternalFrame(getFocusOwner()) == f;
}