Center screen before showing?
Posted: Tue Mar 28, 2017 4:23 pm
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
http://forum.sibvisions.com/
@Override
public void onActivate() throws Throwable
{
super.onActivate();
center();
}