diff --git a/Exports/PDFjoiner (1.0.0).jar b/Exports/PDFjoiner (1.0.0).jar new file mode 100644 index 0000000..ecbff64 Binary files /dev/null and b/Exports/PDFjoiner (1.0.0).jar differ diff --git a/src/eu/gtomy/Gui.java b/src/eu/gtomy/Gui.java index e85dac7..56730f3 100644 --- a/src/eu/gtomy/Gui.java +++ b/src/eu/gtomy/Gui.java @@ -46,7 +46,7 @@ public class Gui extends JFrame { double height = screenSize.getHeight(); setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); - setBounds((int)(width - 900) / 2, (int) (height - 700) / 2, 660, 217); + setBounds((int)(width - 644) / 2, (int) (height - 206) / 2, 660, 217); contentPane = new JPanel(); contentPane.setBorder(new EmptyBorder(5, 5, 5, 5)); contentPane.setLayout(new BorderLayout(0, 0));