In my application, some tasks require a cursor which indicates something
is running (as BusyIndicator does).
My problem is to create a standard BusyIndicator, which could be used for
all these tasks. Is it possible or am I obliged to implement a runnable
for each ?