Hello
If I have multiple windows and single thread, if there be a problem or delay with one of windows, the other windows will not respond until the problem with that window be solved. I want to avoid this problem and use a thread for each window.
Thanks