Eight Queens Puzzle in Java
From Chapter 5 of
Introduction to Object-Oriented Programming (second ed.)
by Timothy Budd
Modified by Stephen Bloch 3/3/98
The application starts with all queens in row 1; thereafter, each
mouse-click takes you to a new solution.
Source code: