make getDafaultLaf() method public

This commit is contained in:
Konstantin Bulenkov
2016-07-18 14:53:25 +02:00
parent f8e35eab0e
commit 8447e76d53
@@ -300,7 +300,7 @@ public final class LafManagerImpl extends LafManager implements ApplicationCompo
return myCurrentLaf;
}
private UIManager.LookAndFeelInfo getDefaultLaf() {
public UIManager.LookAndFeelInfo getDefaultLaf() {
String wizardLafName = WelcomeWizardUtil.getWizardLAF();
if (wizardLafName != null) {
UIManager.LookAndFeelInfo laf = findLaf(wizardLafName);