Ce projet contient un exemple d'une application graphique écrite en Java avec la bibliothèque graphique JavaFX. Elle est basée sur la communication socket par le mécanisme des RMI.
Le projet est géré par le moteur de production 'Maven'.
--
The project is an example of a graphic application coded in Java and the library JavaFX, based on communication clients-server with RMI.
The project runnable with 'Maven'.
.
│
|
└── src
├── main
│ ├── java
│ │ ├── client/*.java
│ │ ├── server/*.java
│ │ ├── common/*.java
│ │ └── com/*.java
│ │
│ └── resources
│ ├── com.example.demo/*.fxml
*other more files of configuration
