sample code: 110_NSImageView
NSString *inFilePath = @"/Users/powenko/Desktop/niceImages/123.jpg"; NSImage *testImage = [[[NSImage alloc] initWithContentsOfFile:inFilePath] autorelease]; //imageView is your outlet [self.m_imageview setImage:testImage];