Package com.apple.cocoa.foundation

Examples of com.apple.cocoa.foundation.NSRect


/*     */   {
/* 473 */     super(false, 0);
/* 474 */     if (paramBoolean)
/* 475 */       initAsTearOff();
/*     */     else
/* 477 */       initWithFrame(new NSRect(0.0F, 0.0F, 10.0F, 10.0F));
/*     */   }
View Full Code Here

TOP

Related Classes of com.apple.cocoa.foundation.NSRect

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.