B
Bojan
Hi,
I created a Java application that has a Progress window while it is
loading. Using multithreading I have managed to create one and it
works fine. What i want is for the main window to focus on the
progress window all the time. In other words I do not want you to be
able to see the main window by-itself whent he progress window is
open. I am using JFrame for both of the windows.
How can I do this?
Thanks in advance
I created a Java application that has a Progress window while it is
loading. Using multithreading I have managed to create one and it
works fine. What i want is for the main window to focus on the
progress window all the time. In other words I do not want you to be
able to see the main window by-itself whent he progress window is
open. I am using JFrame for both of the windows.
How can I do this?
Thanks in advance