Ignore:
Timestamp:
11/29/19 15:32:17 (4 years ago)
Author:
bnemhaus
Message:

Added debug statement and ability to only show debug statements when requested.

Add item needed to adhere to the current surrogate mode when inserting a item. There are now four cases: an item is either a primary or surrogate and it can either can be currently seen or not.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/gui/Browser.java

    r1434 r1460  
    141141public class Browser implements SaveStateChangedEventListener {
    142142       
     143        public static final boolean DEBUG = true;
     144       
    143145        public static final Ecosystem ECOSYSTEM_TYPE = Ecosystem.Swing;
    144146
Note: See TracChangeset for help on using the changeset viewer.