Open Dantali0n opened 9 years ago
Not fixed by calling revalidate() or repaint() probably because we are holding up the swing / awt draw - update events with our execution
The reason mysqldialog is not drawn is because the process on the main thread is what we call 'blocking', the only way to resolve this is to perform the locating of mysqldump.exe on its on thread.
I probably fixed this but someone should test this: @mich23646
Probably fixed by calling
revalidate(); repaint();