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) {
}
}