Swing Freeze
I have developed a free software under the MS Flight Simulator (FS). It runs during the flight and records information about that. It will work fine as you can see on these pictures below:
http://members.chello.hu/havasi.balazs/normal.JPG
This is when i want to close the application (works normally):
http://members.chello.hu/havasi.balazs/normalexit.JPG
Of course sometimes it is necessary to switch from FS to that logger with alt+tab. It works fine.
But when I switch on the Anti Aliasing or Antisotrop Filtering, the whole application freezes when i switch from FS with an alt+tab:
http://members.chello.hu/havasi.balazs/freeze.JPG
The program refreshes fine until I switch to FS.
The program doesn't crash because if i would like to close the program, it will ask that question, but I see nothing:
http://members.chello.hu/havasi.balazs/freezeexit.JPG
It reacts the keyboard events correctly. If i press tab and then space at this question the program exits. I tried to refresh (revalidate, repaint, paintall, paintcomponents) but no results. If I start a Thread which repaints it every seconds then sometimes I can see the GUI but i can't enter any data.
Does anyone have a hint?
Thanks for advance.

