This commit is contained in:
diane 2023-04-04 10:32:54 +02:00
parent a48c472332
commit 3ee23d0263
1 changed files with 0 additions and 10 deletions

View File

@ -152,16 +152,6 @@ public class MaJFrame extends JFrame {
panelGrille.setLayout(gbl_panelGrille);
// panelGrille = new JPanel();
// panelGrille.setBackground(new Color(192, 192, 192));
// panelGrille.setForeground(new Color(128, 0, 64));
// panelMap.add(panelGrille, "panelGrille");
// GridBagLayout gbl_panelGrille = new GridBagLayout();
// gbl_panelGrille.columnWidths = new int[] {56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56};
// gbl_panelGrille.rowHeights = new int[] {45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45};
// gbl_panelGrille.columnWeights = new double[]{0.0};
// gbl_panelGrille.rowWeights = new double[]{0.0};
// panelGrille.setLayout(gbl_panelGrille);
// //ajout joueur
// GridBagConstraints gbc_panelGrille = new GridBagConstraints();
// gbc_panelGrille.fill = GridBagConstraints.BOTH;