Package com.github.westsi.browser
Class Browser
java.lang.Object
com.github.westsi.browser.Browser
The overall browser window. Responsible for handling
BrowserTabs and the global JFrame.- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic BrowservoidLoadWebPage(String url) Creates a newBrowserTaband aJScrollPaneto hold it, then loads the page in the new tab.
-
Field Details
-
WIDTH
-
HEIGHT
-
fonts
-
-
Method Details
-
getInstance
-
LoadWebPage
Creates a newBrowserTaband aJScrollPaneto hold it, then loads the page in the new tab.- Parameters:
url- The URL to load
-