Ejemplo n.º 1
0
 private void checkDesktopSize() {
   if (getParent() != null && isVisible()) {
     manager.resizeDesktop();
   }
 }