是否可以获取标题栏中关闭,最小化/最大化和恢复按钮的默认系统图标?我正在使用jtattoo的自定义外观和感觉,但我宁愿使用系统标题栏图标。我试过了,但宽度和高度都是负值,按钮是空的。
Icon closeIcon = UIManager.getIcon("InternalFrame.closeIcon");
SmartLookAndFeel.setCurrentTheme(props);
UIManager.setLookAndFeel("com.jtattoo.plaf.smart.SmartLookAndFeel");
UIManager.put("InternalFrame.closeIcon", closeIcon);