I want to create a JDialog in another thread (will show time), while in the main thread, a function will run..
when I create the dialog, it is shown, but it is "stuck"...and I can't see its components...
Only when the function in the main thread finish - The dialog is shown correctly..
How can I fix it?