News

Reversi is an old Java 1.1 AWT (GUI) applet to play the board game of Reversi, also known as Othello. The playing board is a rectangular grid. Your positions are shown as black circles. Positions ...
Hi, I'm working on a legacy application which uses only java.applet.Applet and java.awt components for its UI (e.g. Button instead of JButton, etc.). The test fails because AssertJ cannot find the ...