我想要一个 JPanel,底部有一个 Java 2d 图形部分和一个 JComponent 部分

发布于 2024-10-16 10:20:38 字数 136 浏览 6 评论 0原文

这是一款塔防游戏,我希望顶部是在 300x200 面板中绘制的地图和对象,底部是带有多个 JButton 和 JLabels 的 300x100 面板。我该怎么做呢。我已经使用 swing 很长时间了,只是不知道如何将 Graphics 部分与其他组件分开。

This is for a tower defense game and i want the top section to be the map and objects drawn in 300x200 panel and the bottom be a 300x100 panel with multiple JButtons and JLabels. How would I do this. I have used swing for a long time I just don't know exactly how to separate the Graphics part from the other components.

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

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

发布评论

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

评论(1

花开柳相依 2024-10-23 10:20:38

我建议在主 JPanel 中放置 2 个 JPanel。顶部一个用于地图和对象,底部一个包含 JButton 和 JLabels。
只需记住为主 JPanel 设置适当的 LayoutManager 即可。

I would suggest putting 2 JPanels inside your main JPanel. The top one would be for the map and objects, and the bottom one would contain your JButtons and JLabels.
Just remember to set an appropriate LayoutManager for the main JPanel.

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