Implementing the public instance methods
TimeLogger defines one private instance method, open, which goes in the category Startup: 
open
   "Public - Creates and realizes the receiver."
   self
      createShell;
      createWindow;
      realizeWindow.
Last modified date: 04/26/2019