From 4af68f9f93318e4d233234fac68d57644845771c Mon Sep 17 00:00:00 2001 From: Holt59 Date: Sun, 11 Mar 2018 22:16:48 +0100 Subject: [PATCH] Update folder for INSA. --- src/main/org/insa/graphics/utils/FileUtils.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/org/insa/graphics/utils/FileUtils.java b/src/main/org/insa/graphics/utils/FileUtils.java index c80851e..b8a7210 100644 --- a/src/main/org/insa/graphics/utils/FileUtils.java +++ b/src/main/org/insa/graphics/utils/FileUtils.java @@ -40,10 +40,10 @@ public class FileUtils { static { // Populate folderToEntry - folderToEntry.put(FolderType.Map, - new PreferencesEntry("DefaultMapFolder", "/home/commetud/...")); - folderToEntry.put(FolderType.PathInput, - new PreferencesEntry("DefaultPathInputFolder", "/home/commetud/...")); + folderToEntry.put(FolderType.Map, new PreferencesEntry("DefaultMapFolder", + "/home/commetud/3eme Annee MIC/Graphes-et-Algorithmes/Maps")); + folderToEntry.put(FolderType.PathInput, new PreferencesEntry("DefaultPathInputFolder", + "/home/commetud/3eme Annee MIC/Graphes-et-Algorithmes/Paths")); folderToEntry.put(FolderType.PathOutput, new PreferencesEntry("DefaultPathOutputsFolder", "paths"));