feat(contacts): ajout de la classe Contact.java, ContactMap.java, gestion des objets Contact dans l'interface graphique

This commit is contained in:
bouclyma 2024-12-10 21:34:55 +01:00
parent 45f18e9309
commit e9480590a7
14 changed files with 649 additions and 36 deletions

View file

@ -25,6 +25,22 @@
<artifactId>javafx-fxml</artifactId>
<version>18</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-swing</artifactId>
<version>19</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
<version>5.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.synedra</groupId>
<artifactId>validatorfx</artifactId>
<version>0.5.1</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>