I'm developing Swing application, and everything works fine usually. But I have an GUI issue.
When I run the application, and for example minimize some other window, my application is still working, but the central part of JFrame
is invisible or hidden. After finishing some part of program logic the GUI repaints and is visible again. This will continue until the program finishes running.
Is there any API for preventing this behavior, or some class for forcing the GUI visible, or maybe to add some progress bar?
If someone need this information I'm testing this on Windows Vista, with java 1.6.