Skip to content

Commit 1c8c9fc

Browse files
committed
Small tweaks to the UI
1 parent 4b40be8 commit 1c8c9fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import javax.swing.JButton
77
import javax.swing.JFrame
88
import javax.swing.JLabel
99
import javax.swing.JPanel
10-
import kotlin.system.measureTimeMillis
1110

1211
fun main() {
1312
val frame = JFrame()
@@ -37,6 +36,7 @@ fun main() {
3736
resetButton.addActionListener {
3837
board.reset()
3938
pointsLabel.text = "Points: ${board.points}"
39+
movesLabel.text = "Moves: 0"
4040
}
4141

4242
val aiStartButton = JButton("AI Start")

0 commit comments

Comments
 (0)