From d700f18dc95e8e0b03e7b3106af8720c422fd8e2 Mon Sep 17 00:00:00 2001 From: a-giorgi <61266974+a-giorgi@users.noreply.github.com> Date: Fri, 21 Feb 2020 12:46:45 +0100 Subject: [PATCH] Update Gui.java --- src/it/hci2020/view/Gui.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/it/hci2020/view/Gui.java b/src/it/hci2020/view/Gui.java index a5878e2..9836e58 100644 --- a/src/it/hci2020/view/Gui.java +++ b/src/it/hci2020/view/Gui.java @@ -20,7 +20,7 @@ public class Gui{ //this is the wrapper for my views private JPanel metadataPanel; public Gui(Model model){ - //setting up the wrapLayout on buttons + //setting up the wrapLayout on buttons buttonWrapper.setLayout(new WrapLayout()); if(imagePanel instanceof ImageJPanel){