| # | Line 102 | Line 102 | public class AEInstaller2 { | |
|---|---|---|
| 102 | String laf = Settings.getInstance().get("lookandfeel", | |
| 103 | (String) null); | |
| 104 | if (laf == null) { | |
| 105 | < | if (Settings.getPlatform() == Platform.MACOS) { |
| 105 | > | if (Settings.getPlatform() != Platform.LINUX) { |
| 106 | laf = UIManager.getSystemLookAndFeelClassName(); | |
| 107 | } else { | |
| 108 | for (LookAndFeelInfo lafInfo : UIManager | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |