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

AEI2 0.93:

  • Primarily another bunch of refactorings
Location:
AE/installer2/src/net/oni2/aeinstaller/gui
Files:
3 edited

Legend:

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

    r600 r636  
    2323        private static final long serialVersionUID = 2416829757362043910L;
    2424
    25         String prefix;
    26         String suffix;
     25        private String prefix;
     26        private String suffix;
    2727
    2828        /**
  • AE/installer2/src/net/oni2/aeinstaller/gui/modtable/ModTableFilter.java

    r630 r636  
    1010 */
    1111public class ModTableFilter extends RowFilter<ModTableModel, Integer> {
    12         Type type = null;
    13         int downloadState = 0;
     12        private Type type = null;
     13        private int downloadState = 0;
    1414
    1515        /**
  • 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.