_window = [[ITSplashWindow alloc] initWithContentRect:NSMakeRect(0, 0, 200, 200) styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered defer:NO];
_view = [[ITSplashView alloc] initWithFrame:NSMakeRect(0, 0, 200, 200)];
[_window setLevel:NSStatusWindowLevel];
_window = [[ITSplashWindow alloc] initWithContentRect:NSMakeRect(0, 0, 200, 200) styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered defer:NO];
_view = [[ITSplashView alloc] initWithFrame:NSMakeRect(0, 0, 200, 200)];
[_window setLevel:NSStatusWindowLevel];