Search in sources :

Example 1 with Browser

use of org.pdown.gui.com.Browser in project proxyee-down by monkeyWie.

the class DownApplication method initBrowser.

// 加载webView
private void initBrowser() throws AWTException {
    browser = new Browser();
    stage.setScene(new Scene(browser));
    try {
        countDownLatch.await();
    } catch (InterruptedException e) {
    }
}
Also used : Scene(javafx.scene.Scene) Browser(org.pdown.gui.com.Browser)

Aggregations

Scene (javafx.scene.Scene)1 Browser (org.pdown.gui.com.Browser)1