From 94d5c788eb3ecd5f268f5754b00e0dce414a676f Mon Sep 17 00:00:00 2001 From: carlosuc3m <100329787@alumnos.uc3m.es> Date: Mon, 2 Dec 2024 13:09:03 +0100 Subject: [PATCH] add new class --- .../java/ai/nets/samj/gui/components/ProgressBarAndButton.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/ai/nets/samj/gui/components/ProgressBarAndButton.java b/src/main/java/ai/nets/samj/gui/components/ProgressBarAndButton.java index 774d4d3..ac2953f 100644 --- a/src/main/java/ai/nets/samj/gui/components/ProgressBarAndButton.java +++ b/src/main/java/ai/nets/samj/gui/components/ProgressBarAndButton.java @@ -23,7 +23,7 @@ public class ProgressBarAndButton extends JPanel { public ProgressBarAndButton(String btLabel) { this.btn = new JButton(btLabel); btn.setMargin(new Insets(2, 3, 2, 2)); - + // Use GridBagLayout instead of null layout setLayout(new GridBagLayout());