This commit is contained in:
pro.boooooo
2023-01-05 18:34:55 +01:00
parent e6e8925fd2
commit cc6dd53394
5 changed files with 74 additions and 68 deletions

View File

@@ -30,6 +30,10 @@ public class GraphicFile extends JPanel {
Traitable fileTraited = new Traitable(jsonReader);
HashMap<String, Object> allVariables = fileTraited.getVariableMap();
for (String key : allVariables.keySet()) {
System.out.println("Clé : " + key + " , Valeur : " + allVariables.get(key));
}
jsonReader.close();
} catch (IOException e) {
System.out.println("[!] Fichier " + url.getFile() + " n'existe pas");