Helps test templates for the various control constructs -
Prints the code for the template (with line numbers) and then,
the explanation generated for the template
TimerModel class
- Wraps around Timer class,
- Counts to a given amount of time
- And IF the applet is timed,
Issues an ActionEvent to help main applet terminate itself
- This is a notifier class - it notifies all its listeners
through their actionPerformed.
TimerView class
- Wraps around Timer class,
- Counts to a given amount of time
- And issues an ActionEvent to help main applet terminate itself
- This is a notifier class - it notifies all its listeners
through their actionPerformed.
Translates the supplied databaseRecord object from the tutor with
the translation instructions read from a local file and returns a
hash map with all translations
Given the graphics context and the font metrics used,
this method will calculate the left and right extents of all the
operators and operands in an expression.
Given the graphics context and the font metrics used,
this method will calculate the left and right extents of all the
operators and operands in an expression.
Given the graphics context and the font metrics used,
this method will calculate the left and right extents of all the
operators and operands in an expression.