NSAlert * alert = [[[NSAlert alloc] init] autorelease];
[alert addButtonWithTitle:@"OK"];
[alert setMessageText:@"Failed to load Dataset"];
[alert beginSheetModalForWindow:[[NSApp delegate] window]
modalDelegate:self
didEndSelector:NULL
contextInfo:nil];
댓글 없음:
댓글 쓰기