privateStringhighScoreName=null;// the name to use for the high score
staticfinalRandomrandGen=newRandom();// package-private random number generator used for the entire package (i.e., repeatedly seeding with the same value produces the same randomness).
privateintnumClicks=1;// Must be a positive integer; counts the number of clicks on circles since the last time the board was reset.
staticprivateintnumClicks=1;// Must be a positive integer; counts the number of clicks on circles since the last time the board was reset.
/**
* An instane of the SGE GUI.
*/
privatestaticsgeInstance=null;
// ... GUI elements
privateJPanelcirclePanel;// the panel containing the circles