Update folder for INSA.
這個提交存在於:
父節點
94cbeef58f
當前提交
4af68f9f93
共有 1 個檔案被更改,包括 4 行新增 和 4 行删除
|
@ -40,10 +40,10 @@ public class FileUtils {
|
||||||
|
|
||||||
static {
|
static {
|
||||||
// Populate folderToEntry
|
// Populate folderToEntry
|
||||||
folderToEntry.put(FolderType.Map,
|
folderToEntry.put(FolderType.Map, new PreferencesEntry("DefaultMapFolder",
|
||||||
new PreferencesEntry("DefaultMapFolder", "/home/commetud/..."));
|
"/home/commetud/3eme Annee MIC/Graphes-et-Algorithmes/Maps"));
|
||||||
folderToEntry.put(FolderType.PathInput,
|
folderToEntry.put(FolderType.PathInput, new PreferencesEntry("DefaultPathInputFolder",
|
||||||
new PreferencesEntry("DefaultPathInputFolder", "/home/commetud/..."));
|
"/home/commetud/3eme Annee MIC/Graphes-et-Algorithmes/Paths"));
|
||||||
folderToEntry.put(FolderType.PathOutput,
|
folderToEntry.put(FolderType.PathOutput,
|
||||||
new PreferencesEntry("DefaultPathOutputsFolder", "paths"));
|
new PreferencesEntry("DefaultPathOutputsFolder", "paths"));
|
||||||
|
|
||||||
|
|
載入中…
新增問題並參考