Ignore:
Timestamp:
09/06/18 12:01:26 (6 years ago)
Author:
bln4
Message:

org.expeditee.gio.EcosystemManager ->
org.expeditee.gui.DisplayController ->

A less heavy handed solution to previously fixed exceptions on startup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/gio/EcosystemManager.java

    r1106 r1112  
    210210        }
    211211       
    212         /** Returns true once all managers are instantiated. */
    213         public static boolean IsEcosystemReady() {
    214                 return _type != null && _clipboardManager != null && _imageManager != null &&
    215                                 _graphicsManager != null && _fontManager != null && _textLayoutManager != null &&
    216                                 _inputManager != null && _miscManager != null && _dndManager != null;
    217         }
     212//      /** Returns true once all managers are instantiated. */
     213//      public static boolean IsEcosystemReady() {
     214//              return _type != null && _clipboardManager != null && _imageManager != null &&
     215//                              _graphicsManager != null && _fontManager != null && _textLayoutManager != null &&
     216//                              _inputManager != null && _miscManager != null && _dndManager != null;
     217//      }
    218218}
Note: See TracChangeset for help on using the changeset viewer.