mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
make getDafaultLaf() method public
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user