Interesting projects implemented in Java
Calculator A simple calculator implemented in Java, where the GUI is made using JavaFX and Scene Builder.
ChatUsingRMI A chat system where multiple users can communicate with each other, where the Client and Server programs communicate with each other using RMI.
ChatUsingSockets A chat system where multiple users can communicate with each other, where the Client and Server programs communicate with each other using TCP sockets.
ThermometerAndRadiator This is a simple application for a module to control the heating system in a summerhouse.