- (void)drawRect:(NSRect)rect{ NSString* text = @"iPhone App 超入門"; NSPoint point = NSMakePoint(10.0f, 10.0f); [text drawAtPoint:point withAttributes:nil];}