Center screen before showing?

Is it possible to center the screen before it will be shown?
Calling center() in constructor didn't work
Calling center() in constructor didn't work
Simplify IT business | SIB Visions
https://forum.sibvisions.com/
@Override
public void onActivate() throws Throwable
{
super.onActivate();
center();
}