$
This commit is contained in:
@@ -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");
|
||||
|
Reference in New Issue
Block a user