From 1e5df7c501b224d465850165137d30f0b5f76e7a Mon Sep 17 00:00:00 2001 From: CHEVALIER Noemy <noemy.chevalier7@etu.univ-lorraine.fr> Date: Mon, 29 May 2023 08:36:16 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20affichage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shukan/ShukanViewBar.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shukan/ShukanViewBar.java b/shukan/ShukanViewBar.java index e77b3fc..30b567a 100644 --- a/shukan/ShukanViewBar.java +++ b/shukan/ShukanViewBar.java @@ -10,7 +10,7 @@ public class ShukanViewBar extends JPanel { /** Noms des fichiers d'images pour les boutons de la barre d'outils */ private String[] imagesName = {"save", "back", "plus", "delete", "left", "right","semes","export", "parameter"}; /** Boutons de la barre d'outils */ - protected JButton buttons[] = new JButton[10]; + protected JButton buttons[] = new JButton[9]; /** Extension des images */ private String imagesExtension = ".png"; /** Hauteur en pixels de la barre d'outils */ -- GitLab