Making your own applications : Practice: Creating DevelopTextEditor and DevelopTimeLogger : Example: Creating DevelopTimeLogger : Implementing the public instance methods

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.