Ignore:
Timestamp:
Dec 29, 2012, 5:01:15 PM (12 years ago)
Author:
alloc
Message:

AEI - Current state

Location:
AE/installer2/src/net/oni2/aeinstaller/gui/settings
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • AE/installer2/src/net/oni2/aeinstaller/gui/settings/LaFComboModel.java

    r591 r592  
    3131                        items.add(laf);
    3232
     33               
    3334                String laf = Settings.getInstance().get("lookandfeel",
    34                                 UIManager.getSystemLookAndFeelClassName());
     35                                UIManager.getLookAndFeel().getClass().getName());
    3536
    3637                if (items.size() > 0)
  • AE/installer2/src/net/oni2/aeinstaller/gui/settings/SettingsDialog.java

    r591 r592  
    9494
    9595                String oldLaf = set.get("lookandfeel",
    96                                 UIManager.getSystemLookAndFeelClassName());
     96                                UIManager.getLookAndFeel().getClass().getName());
    9797                String newLaf = laFModel.getSelectedClassName();
    9898
Note: See TracChangeset for help on using the changeset viewer.