Ignore:
Timestamp:
07/03/08 16:48:09 (16 years ago)
Author:
bjn8
Message:

Added invalidation for graphics... biiiig commit. LOts of effeciency improvements - now can animate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/actions/NavigationActions.java

    r108 r121  
    55import org.expeditee.gui.DisplayIO;
    66import org.expeditee.gui.Frame;
    7 import org.expeditee.gui.FrameGraphics;
    87import org.expeditee.gui.FrameIO;
    98import org.expeditee.gui.FrameUtils;
     9import org.expeditee.gui.MessageBay;
    1010import org.expeditee.items.Item;
    1111
     
    143143                // if there is no parent frame (i.e. the user is on the home frame) //
    144144                if (back == null) { // No frame was on the Backup stack
    145                         FrameGraphics.DisplayMessage("No Parent Frame Found.");
     145                        MessageBay.displayMessage("No Parent Frame Found.");
    146146                        _LastItemUsed = null; // ByRob: what is reason for setting
    147147                        // this to null, who is going to use it????
     
    200200                } // ByRob: End of For
    201201
    202                 FrameGraphics.DisplayMessage("No more child frames found.");
     202                MessageBay.displayMessage("No more child frames found.");
    203203        }
    204204
Note: See TracChangeset for help on using the changeset viewer.