News

DotsAndBoxes is an old Java 1.1 AWT (GUI) applet to play the pencil-and-paper game of "Dots and Boxes", also known as "Lines and Boxes". The game board is a rectangular grid. Dots are shown for the ...
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 ...