NSSecureTextField *stf=[[NSSecureTextField alloc]init]; stf.frame=CGRectMake(100, 100, 100, 30); stf.textColor=[NSColor blueColor]; [self.window.contentView addSubview:stf];
下から選んでください: