Mentions légales du service

Skip to content
Snippets Groups Projects
Commit a02f4e23 authored by TSANTILAS Theofanis's avatar TSANTILAS Theofanis
Browse files

folder correction

parent dc45ad2a
No related branches found
No related tags found
No related merge requests found
...@@ -382,7 +382,7 @@ public class CanvasFrame extends BorderPane { ...@@ -382,7 +382,7 @@ public class CanvasFrame extends BorderPane {
private void openSyntax(Stage visStage) { private void openSyntax(Stage visStage) {
FileChooser fileChooser = new FileChooser(); FileChooser fileChooser = new FileChooser();
fileChooser.setInitialDirectory( fileChooser.setInitialDirectory(
new File("./json") new File("./gallery")
); );
fileChooser.getExtensionFilters().add( fileChooser.getExtensionFilters().add(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment