CenterWindow
void CenterWindow(BRect screenFrame, BSize);
CenterWindow(BScreen(B_MAIN_SCREEN_ID).Frame(), frame.Size());
CenterWindow(screenFrame | BScreen(B_MAIN_SCREEN_ID).Frame(),
CenterWindow(BScreen(B_MAIN_SCREEN_ID).Frame(), Frame().Size());