Changeset 1554


Ignore:
Timestamp:
05/10/21 10:57:23 (3 years ago)
Author:
davidb
Message:

Minor tweaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/apollo/ApolloSystem.java

    r1538 r1554  
    3030import org.expeditee.gio.InputManager.WindowEventType;
    3131import org.expeditee.gui.Browser;
     32import org.expeditee.gui.DisplayController;
    3233import org.expeditee.gui.Frame;
    3334import org.expeditee.gui.FrameIO;
     
    4041 *
    4142 * @author Brook Novak
     43 * @author David Bainbridge
     44
    4245 *
    4346 */
    4447public final class ApolloSystem {
    4548       
    46         private static final String APOLLO_ICON = "org/apollo/icons/mainicon.png";
     49        // It has been decidedthat Apollo nolonger needs its own icon
     50        //private static final String APOLLO_ICON = "org/apollo/icons/mainicon.png";
    4751       
    4852        // TODO: Create actual frames
     
    5054        public static final String HELP_TOP_FRAMENAME = SYSTEM_FRAMESET_NAME + 2;
    5155       
    52         // TODO: How to get good results: collection (moteef) and querry
     56        // TODO: How to get good results: collection (motif) and query
    5357        // TODO: How to omit indexing on tracks
    5458        public static final String HELP_MELODYSEARCH_FRAMENAME = SYSTEM_FRAMESET_NAME + 3;
     
    144148       
    145149        /**
    146          * TODO: This is temporary and should be integrated with expeditees settings system.. once it is desinged
     150         * TODO: This is temporary and should be integrated with expeditee's settings system.. once it is designed
    147151         * to support plugins...
    148152         *
     
    255259
    256260                // Window icon must be set before initialisation
    257                 GraphicsManager.setWindowIcon(APOLLO_ICON);
     261                // It has been decided that Apollo no longer needs its own icon
     262                // => run with the one set in Browser.main()
     263                //GraphicsManager.setWindowIcon(APOLLO_ICON);
    258264               
    259265                // Run expeditee
Note: See TracChangeset for help on using the changeset viewer.