Browse Source

Update folder for INSA.

Holt59 6 years ago
parent
commit
4af68f9f93
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      src/main/org/insa/graphics/utils/FileUtils.java

+ 4
- 4
src/main/org/insa/graphics/utils/FileUtils.java View File

@@ -40,10 +40,10 @@ public class FileUtils {
40 40
 
41 41
     static {
42 42
         // Populate folderToEntry
43
-        folderToEntry.put(FolderType.Map,
44
-                new PreferencesEntry("DefaultMapFolder", "/home/commetud/..."));
45
-        folderToEntry.put(FolderType.PathInput,
46
-                new PreferencesEntry("DefaultPathInputFolder", "/home/commetud/..."));
43
+        folderToEntry.put(FolderType.Map, new PreferencesEntry("DefaultMapFolder",
44
+                "/home/commetud/3eme Annee MIC/Graphes-et-Algorithmes/Maps"));
45
+        folderToEntry.put(FolderType.PathInput, new PreferencesEntry("DefaultPathInputFolder",
46
+                "/home/commetud/3eme Annee MIC/Graphes-et-Algorithmes/Paths"));
47 47
         folderToEntry.put(FolderType.PathOutput,
48 48
                 new PreferencesEntry("DefaultPathOutputsFolder", "paths"));
49 49
 

Loading…
Cancel
Save