Package sim.util.gui

Class HTMLBrowser

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class HTMLBrowser extends JPanel
HTMLBrowser is a simple web browser which lets the user click on links and which provides a Back button when appropriate. That's it!
See Also:
  • Field Details

    • loadSubsidiaryHTML

      public boolean loadSubsidiaryHTML
  • Constructor Details

    • HTMLBrowser

      public HTMLBrowser(InputStream stream)
    • HTMLBrowser

      public HTMLBrowser(Reader reader)
    • HTMLBrowser

      public HTMLBrowser(Object HTMLTextOrURL)
      Constructs an HTMLBrowser using either an HTML string or a URL
  • Method Details