User's Guide

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.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]