News

A Connect-4 game implemented in Java Swing that allows two players to play against each other over a network with a real-time chat function.
This project also started as a class exercise in my Computer Science course. My professor provided us with the basic logic in the terminal. I decided to go beyond that by building a full desktop GUI ...
The key difference between Swing vs. JavaFX is that JavaFX is an actively maintained Java project that supports the development of modern, feature-rich GUI applications, while Swing is an older ...