A few classes to demonstrate the Browser
class and
associated functionality.
BrowserInfo
adds a Browser Info entry to the
Tools menu. When clicked it prints to standard output lots of details
derived from the Browser
class.BrowserNumber
enhances the caption of each JBuilder browser
window to include a number indicating which browser instance it is. The
number follows the "JBuilder n" version prefix, separated from it by a
colon (:). It uses the BrowserListener
interface to do this.BrowserTrace
is activated by adding a "-browsertrace" option
to the JBuilder command-line. It then prints to standard output the occurrence
of and parameters for each BrowserListener
method called.Written by Keith Wood (kbwood@iprimus\.com\.au)