💻 Simulation of a chat program for multiple users. A documentation of the project can be found here.
Execute dhbw.swingchat.Main
.
Building the jar:
mvn package
the generated jar is located in target/swing-chat.jar
execute with:
java -jar swing-chat.jar
The state of the application is persisted in a json file (Chat.json
) located relative from the location of the project or from where the jar is executed.