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