public class Fenetre extends JFrame {
public Fenetre() {
super("SameGame");
this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
this.setSize()
}