我刚刚安装了WebLaf并将其集成到Netbeans 7.2.1中。然而,我发现很难识别图标,因为它只显示文件图标。我猜我下载/集成它错误吗?
根据您对自定义外观和感觉实现问题的帮助请求,我可以提供以下解决方案:
try
{
UIManager.setLookAndFeel ( "com.alee.laf.WebLookAndFeel" );
}
catch (ClassNotFoundException | InstantiationException | IllegalAccessException | UnsupportedLookAndFeelException e)
{
}