Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何列出所有可用的 LookAndFeel 主题?我想在 JComboBox 中显示供用户选择。
这真的很简单:
public static UIManager.LookAndFeelInfo[] getInstalledLookAndFeels()
顺便检查一下这里UIManager的文档
UIManager
UIManager.LookAndFeelInfo[] lafInfo = UIManager.getInstalledLookAndFeels();