Skip to content
This repository was archived by the owner on Jan 18, 2025. It is now read-only.

Commit 0343f41

Browse files
changed CodeBreakerSelector title
1 parent 3046685 commit 0343f41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

culminating-mastermind/app/src/main/java/mastermind/gui/scenes/CodeBreakerSelector.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ public class CodeBreakerSelector extends Scene {
3737
/**
3838
* The radio button representing the Donald Knuth 5-Guess Algorithm.
3939
*/
40-
private final JRadioButton donaldKnuthButton = new JRadioButton("Donald Knuth 5-Guess Algorithm", true);
40+
private final JRadioButton donaldKnuthButton = new JRadioButton("Donald " +
41+
"Knuth 5-Guess Algorithm - Hard", true);
4142

4243
/**
4344
* The radio buttons representing the medium algorithm.

0 commit comments

Comments
 (0)