Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 633 Bytes

File metadata and controls

15 lines (10 loc) · 633 Bytes

Java-Projects

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.