Ignore:
Timestamp:
05/10/18 16:04:51 (6 years ago)
Author:
davidb
Message:

Reworking of the code-base to separate logic from graphics. This version of Expeditee now supports a JFX graphics as an alternative to SWING

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/agents/ScaleFrameset.java

    r919 r1102  
    2121import java.util.Collection;
    2222
     23import org.expeditee.gio.gesture.StandardGestureActions;
    2324import org.expeditee.gui.Frame;
    2425import org.expeditee.gui.FrameIO;
    25 import org.expeditee.gui.FrameKeyboardActions;
    2626import org.expeditee.gui.Vector;
    2727import org.expeditee.items.Item;
     
    6262
    6363                // TODO make this thread safe!
    64                 FrameKeyboardActions.Refresh();
     64                StandardGestureActions.Refresh();
    6565
    6666                return null;
     
    102102                                continue;
    103103                        // if (!(item instanceof Line))
    104                         item.updatePolygon();
     104                        item.invalidateBounds();
    105105
    106106                        if (item instanceof Line) {
Note: See TracChangeset for help on using the changeset viewer.