Exemplo n.º 1
0
 private boolean isMaximized() {
   return undecorated ? this.normalBounds != null : CWrapper.NSWindow.isZoomed(getNSWindowPtr());
 }