That seems strange, I double checked and it seems I am already using the call you suggested
public OkDialog(JFrame parent, Game g) {
super(parent, true);
Is the bug either
i) on the first large ok dialog showing the welcome and hotkey
or
ii) the smaller ok dialogs showing missions and complteded missions
They are 2 different classes so could be useful to know which one is not working
Was is the same problem as on Mac or any difference?
Do you have more than one display connected to your PC?
Please try windowed mode and see if the problem still occurs.
user/wel/settings.txt
has a row
WINDOWED_MODE 0
if you change it to
WINDOWED_MODE 1
If we can nail down the problem to full screen only then at leist we have a working windowed version that we can release for Mac, well hopefully...
