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());