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.
我正在使用带有 JavaFX GUI 的 Webcam Capture 和 writig 应用程序。WebcamPanel 扩展了 JPanel,因此它很容易在 Swing 中使用。现在我需要在捕获期间在我的应用程序中显示从网络摄像头捕获的视频。所以我需要把 JPanel 放到 AnchorPane 中。在检查了 Oracle 文档后,我发现没有将 Swing 组件封装到 JavaFX 场景中的解释。所以问题是:有可能做到这一点吗?