Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 JFxPanel 在 JavaFX WebView 中打开 HTML 文件。默认情况下,JFxPanel 正在创建自己的滚动条。我想通过 JFxPanel 的滚动来处理事件。那么我可以在 JFxPanel 中设置 JScrollPane 以设置滚动条的自定义位置,或者我如何捕获与 JFxPanel 中的滚动条关联的事件。
事实上,我想在 JFxPanel 中获取滚动条的当前位置,并根据之前的滚动位置设置页面。