Skip to content
Snippets Groups Projects
Commit e6af207e authored by Matias Mennecart's avatar Matias Mennecart
Browse files

léger fix et edit pom.xml

parent 3fd49854
No related branches found
No related tags found
No related merge requests found
File deleted
...@@ -20,6 +20,11 @@ ...@@ -20,6 +20,11 @@
<release>11</release> <release>11</release>
</configuration> </configuration>
</plugin> </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
</plugin>
<plugin> <plugin>
<groupId>org.openjfx</groupId> <groupId>org.openjfx</groupId>
<artifactId>javafx-maven-plugin</artifactId> <artifactId>javafx-maven-plugin</artifactId>
......
...@@ -44,7 +44,8 @@ public class ViewUtil { ...@@ -44,7 +44,8 @@ public class ViewUtil {
DataStageController dataController = (DataStageController) controller; DataStageController dataController = (DataStageController) controller;
dataController.getPointInfo().getItems().clear(); dataController.getPointInfo().getItems().clear();
dataController.getPointInfo().getItems().add(dataLoaded.toString()); dataController.getPointInfo().getItems().add(dataLoaded.toString());
form.setStyle("-fx-stroke-width: 2;"); form.setStyle("-fx-stroke: #60ffc6; -fx-stroke-width: 3;");
clickedForm = form;
} else if (controller instanceof MainStageController) { } else if (controller instanceof MainStageController) {
MainStageController mainController = (MainStageController) controller; MainStageController mainController = (MainStageController) controller;
mainController.getPointInfo().getItems().clear(); mainController.getPointInfo().getItems().clear();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment