ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/java/installer2/src/net/oni2/aeinstaller/AEInstaller2.java
(Generate patch)

Comparing AE/installer2/src/net/oni2/aeinstaller/AEInstaller2.java (file contents):
Revision 625 by alloc, Wed Jan 16 16:12:24 2013 UTC vs.
Revision 628 by alloc, Fri Jan 18 10:58:49 2013 UTC

# 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

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)