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.181, 15 May 1995
-
Author:
-
Jonathan Payne,
Sami Shaio,
Arthur van Hoff
-
anchorColor
-
-
doc
-
-
dochome
-
-
fileMenu
-
-
history
-
-
home
-
-
programName
-
-
props
-
-
untitledTitle
-
-
version
-
-
visitedAnchorColor
-
-
windowHeight
-
-
windowWidth
-
-
hotjava(WServer, String[])
-
-
fetchGIF(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
props
public static Properties props
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
windowWidth
public static int windowWidth
windowHeight
public static int windowHeight
fileMenu
public FileMenu fileMenu
doc
protected WRWindow doc
hotjava
public hotjava(WServer serv,
String args[])
fetchGIF
public static GifImage fetchGIF(String fromURL)
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