重複の可能性:
NSButton で -setImage を使用する
I created a button using following code .
NSView *superview = [_window contentView];
NSRect frame = NSMakeRect(10, 10, 200, 100);
button = [[NSButton alloc] initWithFrame:frame];
[button setTitle:@"Click me!"];
このボタンに画像を設定するにはどうすればよいですか?