/* All Rights reserved */ #include #include #include "SWKPalette.h" @implementation SWKPalette - (void)finishInstantiate { [self associateObject: [[WebView alloc] initWithFrame: NSMakeRect(0,0,200,200)] type: IBViewPboardType with: image]; } @end