gpt4 book ai didi

java - 想要实现 jtattoo 的外观和感觉,但不起作用

转载 作者:行者123 更新时间:2023-12-01 23:40:32 25 4
gpt4 key购买 nike

我想实现 Acryl 外观和感觉,当我仅运行文件时它运行良好,但当我运行主项目时它返回默认的 l&F。

public static void main(String args[]) {
try {
for (javax.swing.UIManager.LookAndFeelInfo info : javax.swing.UIManager.getInstalledLookAndFeels()) {
/*if ("Windows".equals(info.getName())) {
* javax.swing.UIManager.setLookAndFeel(info.getClassName());
* break;
* }*/
UIManager.setLookAndFeel("com.jtattoo.plaf.acryl.AcrylLookAndFeel");
}
} catch (ClassNotFoundException | InstantiationException | IllegalAccessException | javax.swing.UnsupportedLookAndFeelException ex) {
java.util.logging.Logger.getLogger(LoginForm.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
}

最佳答案

您不必在代码中循环和设置 n 次。

只需在您的主项目 main() 中放置此行即可。

UIManager.setLookAndFeel("com.jtattoo.plaf.acryl.AcrylLookAndFeel");

关于java - 想要实现 jtattoo 的外观和感觉,但不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18018799/

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