Class LoadDraggedFile


  • public class LoadDraggedFile
    extends Object
    Handles the loading of a file from a Drag and Drop action.
    • Constructor Detail

      • LoadDraggedFile

        public LoadDraggedFile()
    • Method Detail

      • loadProject

        public static void loadProject​(ActionEvent e,
                                       File file)
        Loads dragged file asking before for save if current open file is dirty.
        Parameters:
        e - ActionEvent
        file - File to Load