-
blackDecrementButton
JButton blackDecrementButton
The decrement button for the black pegs.
Clicking this button decreases the count of black pegs.
-
blackIncrementButton
JButton blackIncrementButton
The increment button for the black pegs.
Clicking this button increases the count of black pegs.
-
blackPegs
AtomicInteger blackPegs
The number of black pegs.
Uses AtomicInteger for thread-safe operations.
-
whiteDecrementButton
JButton whiteDecrementButton
The decrement button for the white pegs.
Clicking this button decreases the count of white pegs.
-
whiteIncrementButton
JButton whiteIncrementButton
The increment button for the white pegs.
Clicking this button increases the count of white pegs.
-
whitePegs
AtomicInteger whitePegs
The number of white pegs.
Uses AtomicInteger for thread-safe operations.