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