com.partnersoft.gui
Class HTMLBrowserApp

java.lang.Object
  extended by com.partnersoft.system.App
      extended by com.partnersoft.gui.HTMLBrowserApp

public class HTMLBrowserApp
extends App

A really simpleminded HTML browser. It's only real purpose is to allow people to test HTML with the Java HTML renderer, which is not the best in the world.

Author:
Paul Reavis Copyright 2005 Partner Software, Inc.

Constructor Summary
HTMLBrowserApp()
           
 
Method Summary
 void resetPage()
           
 void runImp()
           
 
Methods inherited from class com.partnersoft.system.App
getEnvironment, getName, runApp, setName, setOptions, shutdownImp, startupImp, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HTMLBrowserApp

public HTMLBrowserApp()
Method Detail

runImp

public void runImp()
            throws java.lang.Exception
Specified by:
runImp in class App
Throws:
java.lang.Exception

resetPage

public void resetPage()