Where can I place my code which would execute each draw cycle?
Example: Let's say you want a timer, or a clock.
Then basically you have your Window, and a label.
The label shows the time, but you need to refresh it.
How do you do it?
Another example: You need to re-check if a server got new data, if it does, refresh your data, and then re-draw your Table.