In the application that you will build today, you will use two timers. The first timer
maintains a clock on the window. This timer is always running while the application is
running. The second timer is configurable to trigger at whatever interval the user specifies
in the dialog. The user can start and stop this timer at will. Let’s get started