Exports
This commit is contained in:
BIN
Exports/PDFjoiner (1.0.0).jar
Normal file
BIN
Exports/PDFjoiner (1.0.0).jar
Normal file
Binary file not shown.
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user