Ignore:
Timestamp:
Jan 19, 2013, 4:35:35 PM (12 years ago)
Author:
alloc
Message:

AEI2 0.93:

  • Primarily another bunch of refactorings
File:
1 edited

Legend:

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

    r592 r636  
    1818public class LaFComboModel implements ComboBoxModel {
    1919
    20         Vector<LookAndFeelInfo> items;
    21         HashSet<ListDataListener> listeners;
    22         int selected;
     20        private Vector<LookAndFeelInfo> items;
     21        private HashSet<ListDataListener> listeners;
     22        private int selected;
    2323
    2424        /**
Note: See TracChangeset for help on using the changeset viewer.