Class Browser

java.lang.Object
com.github.westsi.browser.Browser

public class Browser extends Object
The overall browser window.  Responsible for handling BrowserTabs and the global JFrame.
See Also:
  • Field Details

  • Method Details

    • getInstance

      public static Browser getInstance()
    • LoadWebPage

      public void LoadWebPage(String url)
      Creates a new BrowserTab and a JScrollPane to hold it, then loads the page in the new tab.
      Parameters:
      url - The URL to load