如何删除框架的活动标题栏?

发布于 2024-08-12 15:36:01 字数 57 浏览 7 评论 0原文

我有一个显示标题栏的 JFrame。活动标题栏,如 Windows 桌面属性中所称。如何去掉这个栏?

I have a JFrame which displays a title bar. Active title bar as it's called in Windows desktop properties. How to remove this bar?

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

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

发布评论

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

评论(2

云淡风轻 2024-08-19 15:36:01

您可以在 JFrame 中使用 setUndecorated(boolean undecorated) 方法。

注意:该方法只能在框架不可显示时调用。

You can use setUndecorated(boolean undecorated) method in JFrame.

Note: This method can only be called while the frame is not displayable.

柳若烟 2024-08-19 15:36:01

框架有标题栏
窗户没有
查看 http://academicjava.com/Java_help/Tutorial_Examples_Swing_5.html 示例

frames have titlebars
windows do not
check out http://academicjava.com/Java_help/Tutorial_Examples_Swing_5.html for examples

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