Modifier and Type | Field and Description |
---|---|
private javafx.scene.layout.BorderPane |
uiBorderPane |
private javafx.scene.web.WebEngine |
uiWebEngine |
private javafx.scene.web.WebView |
uiWebView |
private javafx.stage.Stage |
uiWebViewStage |
Constructor and Description |
---|
PopupBrowser(java.lang.String title,
java.lang.String url)
Constructs the popup browser.
|
Modifier and Type | Method and Description |
---|---|
void |
hide()
Hide the popup window.
|
void |
show()
Show the popup window.
|
private final javafx.scene.layout.BorderPane uiBorderPane
private final javafx.scene.web.WebView uiWebView
private final javafx.scene.web.WebEngine uiWebEngine
private final javafx.stage.Stage uiWebViewStage