【瀏覽器&exe桌面應用】用javafx webview 打造本身的瀏覽器-全屏自適應屏幕

接着上一篇spa

全屏

Scene scene = new Scene(new Group());
    stage.setMaximized(true);

自適應屏幕

ScrollPane scrollPane = new ScrollPane();
        scrollPane.setFitToHeight(true);
        scrollPane.setFitToWidth(true);
        scrollPane.setContent(browser);

圖片描述

相關文章
相關標籤/搜索