geoffreyvd / LuggageControl

Luggage Control system by IS104 - Team 3
0 stars 0 forks source link

mysqldialog does not repaint when assigned on windows #70

Open Dantali0n opened 9 years ago

Dantali0n commented 9 years ago

Probably fixed by calling revalidate(); repaint();

Dantali0n commented 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

Dantali0n commented 8 years ago

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.

Dantali0n commented 8 years ago

I probably fixed this but someone should test this: @mich23646