/** Implement isMaximized method */
 public boolean isMaximized() {
   return ComponentUtil.isMaximized(this);
 }