使用 JMF,如何将视频添加到 JPanel 的背景?

发布于 2024-11-07 11:47:03 字数 102 浏览 0 评论 0原文

我正在开发 GUI。它严格用于登录。我让它工作得很好,但我想在面板的背景中添加一个视频。有没有什么方法可以做到这一点而不必制作两个单独的 JPanel?如果我必须使用两个,最好的方法是什么?

I am working on a GUI. It is strictly for Sign-in. I have it working perfectly, but I would like to add a video to the background of the Panel. Is there any way of doing this without having to make two separate JPanels? And if I had to use two, what would be the best way to do this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

岁月蹉跎了容颜 2024-11-14 11:47:03

我不明白为什么你必须使用两个 JPanel。似乎无论 JPanel 包含您的登录信息,您想要在后台播放视频,您都可以修改。然而,从布局的角度来看,您可能希望视频作为一个单独的组件,只是为了拥有更多的控制权和更简单的代码。

I don't see why you would have to use two JPanels. It seems like whatever JPanel contains your login that you want a video in the background you could just modify. However, from a layout standpoint you might want the video as a separate component just to have more control and simpler code.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文