gpt4 book ai didi

java - 如何设置未装饰的 JTattoo 外观 JFrame?

转载 作者:行者123 更新时间:2023-12-01 19:54:05 24 4
gpt4 key购买 nike

如何设置未装饰的JTattoo使用JFrame

我已经尝试过这个,但它不起作用。

undecorated(true);

最佳答案

在这里,我使用 java 的 Property 类不仅未修饰,而且还使用窗口标题字体和其他类似的属性来制作一些东西

Properties p = new Properties();
p.put("windowTitleFont", "Ebrima PLAIN 15");
p.put("logoString", "");
p.put("windowDecoration", "off");
HiFiLookAndFeel.setCurrentTheme(p);
UIManager.setLookAndFeel("com.jtattoo.plaf.hifi.HiFiLookAndFeel");

关于java - 如何设置未装饰的 JTattoo 外观 JFrame?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50214212/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com