no, setframe requires a frame. you can use NSMakeRect(float x, float y, float w, float h) as argument. then, you set the window's view with something like this:
[myWindow setContentView:someNewView];
don't start with the window staying where it is at the beginning, that's something you can...