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/apollo/util/ODFrameHeirarchyFetcher.java

    r315 r1102  
    33import java.util.LinkedList;
    44import java.util.Queue;
    5 
    6 import javax.swing.SwingUtilities;
    75
    86import org.apollo.audio.structure.OverdubbedFrame;
    97import org.apollo.audio.structure.TrackGraphLoopException;
    108import org.apollo.audio.structure.AudioStructureModel;
     9import org.expeditee.gio.EcosystemManager;
    1110import org.expeditee.gui.FrameIO;
    1211
     
    139138                                }
    140139                               
    141                                 // Run result notiofaction for this request on swing thread
    142                                 SwingUtilities.invokeLater(request);
     140                                // Run result notification for this request on swing thread
     141                                EcosystemManager.getMiscManager().runOnGIOThread(request);
    143142                               
    144143                        }
Note: See TracChangeset for help on using the changeset viewer.