/** Implement setMinimized method */
 public void setMinimized(final boolean value) {
   ComponentUtil.setMinimized(this, value);
 }