feat: proposition de mot plutôt que lettre seule #4

Closed
Bamba TOP wants to merge 2 commits from Bamba into master
Showing only changes of commit 5e0c3251ea - Show all commits

View File

@@ -1,5 +1,4 @@
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
import java.util.*;
@@ -128,7 +127,6 @@ public class HangmanGUI extends JFrame {
controls.add(guessBtn, BorderLayout.EAST);
hangPanel.setPreferredSize(new Dimension(500, 300));
JPanel center = new JPanel(new BorderLayout());
center.add(hangPanel, BorderLayout.CENTER);