Class HtmlWindow

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class HtmlWindow extends AuxWindow
Very basic HTML browser window. This class handles very simple decoration and history management, the HTML rendering is done by a supplied AbstractHtmlPanel instance.
Since:
10 Jun 2005
Author:
Mark Taylor (Starlink)
See Also:
  • Constructor Details

    • HtmlWindow

      public HtmlWindow(Component parent, AbstractHtmlPanel htmlPanel)
      Constructs a new HtmlWindow.
      Parameters:
      parent - parent component
      htmlPanel - HTML rendering panel
  • Method Details

    • setURL

      public void setURL(URL url)
      Attempts to display a new URL in the browser window, updating history state accordingly.
      Parameters:
      url - URL