Class browser.hotjava
All Packages    This Package    Previous    Next

Class browser.hotjava

java.lang.Object
   |
   +----awt.Component
           |
           +----awt.Container
                   |
                   +----awt.Frame
                           |
                           +----browser.hotjava

public class hotjava
extends Frame
Class hotjava is really an awt.Frame, with code to create and manage all the UI components of hotjava.
Version:
1.163, 20 Mar 1995
Author:
Jonathan Payne, Sami Shaio, Arthur van Hoff

anchorColor
doc
dochome
fileMenu
history
home
programName
untitledTitle
version
visitedAnchorColor

hotjava(WServer, String[])

go(String)
goHome()
handleQuit()
main(String[])
pageHasSource(boolean)
Call this to say that this document has HTML source.
readProperties()
setMessage(String)
setTitle(String)
setURL(String)

anchorColor
  public static Color anchorColor
visitedAnchorColor
  public static Color visitedAnchorColor
home
  public static String home
dochome
  public static String dochome
version
  public static String version
programName
  public static String programName
untitledTitle
  public static String untitledTitle
history
  public static URLHistory history
fileMenu
  public FileMenu fileMenu
doc
  protected WRWindow doc

hotjava
  public hotjava(WServer serv,
                 String args[])

go
  public void go(String u)
goHome
  public void goHome()
setTitle
  public void setTitle(String t)
setURL
  public void setURL(String u)
pageHasSource
  public void pageHasSource(boolean source)
Call this to say that this document has HTML source. Can be used to turn on/off various commands, etc.

handleQuit

  public void handleQuit()
setMessage
  public void setMessage(String msg)
readProperties
  public void readProperties()
main
  public static void main(String args[])

All Packages    This Package    Previous    Next