From 298cc7135151a56cc15a4d5d787fdbe280899d0c Mon Sep 17 00:00:00 2001 From: TSANTILAS Theofanis <theophanis.tsandilas@inria.fr> Date: Fri, 18 Sep 2020 16:56:52 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b25c489..9fa21cc 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,6 @@ I have tested the new code with JDK 14, JavaFX 14, and Eclipse (4.16). JavaFX, C --add-opens=javafx.controls/javafx.scene.control.skin=org.controlsfx.controls --add-opens=javafx.graphics/javafx.scene=org.controlsfx.controls` -The main class of the application is: `fr.inria.structgraphics.VisSketcher` \ No newline at end of file +The main class of the application is: `fr.inria.structgraphics.VisSketcher` + +To start with the tool, we can open existing vsualization designs found in the gallery folder (.json and .wrk), where .wrk files have also a JSON syntax but store the entire workspace of a user, including the library, the graphical structures, and the data on the spreedsheet. \ No newline at end of file -- GitLab