My app needs to set a specific window location (other than centered), before the window is first created. Currently, I have to call setLocation() after create(), but this shows the window centered for a split-second.
Could the Display class be changed to allow setLocation() first, and use it as the initial position when calling Display.create()?
Yes, that's how it should be, so you've found a bug.
Cas ;)
think this has already been fixed in cvs - bot sure though