/**
  * Sets that the component has been iconized and the bounds of the <code>desktopIcon</code> are
  * valid.
  */
 protected void setWasIcon(JInternalFrame f, Boolean value) {
   if (value != null) {
     f.putClientProperty(HAS_BEEN_ICONIFIED_PROPERTY, value);
   }
 }