Just a side note: If your app has a GUI and does intense computation, ALWAYS do your intense computation on a seperate separate thread. Forgetting to do this is why GUIs freeze up.
|
2 | seperate -> separate | ||
|
|
||||
|
1 |
|
||
|
Just a side note: If your app has a GUI and does intense computation, ALWAYS do your intense computation on a seperate thread. Forgetting to do this is why GUIs freeze up. |
||||
