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/simple/Context.java

    r108 r121  
    99import org.expeditee.actions.Simple;
    1010import org.expeditee.gui.Frame;
    11 import org.expeditee.gui.FrameGraphics;
    1211import org.expeditee.gui.FrameIO;
     12import org.expeditee.gui.MessageBay;
    1313import org.expeditee.items.Text;
    1414
     
    4040        public void display() {
    4141                if (size() == 0) {
    42                         FrameGraphics.ErrorMessage("No variables exist!");
     42                        MessageBay.errorMessage("No variables exist!");
    4343                        return;
    4444                }
     
    238238                }
    239239                if (!success && Simple.isVerbose())
    240                         FrameGraphics.WarningMessage("Error creating " + framesetName);
     240                        MessageBay.warningMessage("Error creating " + framesetName);
    241241                if (successVar != null) {
    242242                        primitives_.setValue(successVar, new SBoolean(success));
Note: See TracChangeset for help on using the changeset viewer.