I have a program using JFrame as UI. On this JFrame there is a click button which allows the user to open a new JFrame. My problem is when the user is doing some update work on one of the JFrames (it normally takes 3~5 seconds), the rest of JFrames will be in a block mode. I think it because the number of JFrame is increasing, but there is only one main thread.
Is there any solution to this? or Do I have to implement this program into a multiple thread.
Thank you,
Dong
Chinese Java Faq Forum
Is there any solution to this? or Do I have to implement this program into a multiple thread.
Thank you,
Dong
Chinese Java Faq Forum