1
0
mirror of https://github.com/packwiz/packwiz-installer.git synced 2025-08-24 10:16:30 +02:00

Fix ordering of locationing

This commit is contained in:
comp500 2019-08-10 20:13:07 +01:00
parent 1623c0f880
commit 87b00f316a

@ -31,8 +31,8 @@ public class OptionsSelectWindow extends JDialog implements ActionListener {
tableModel = new OptionTableModel(optList); tableModel = new OptionTableModel(optList);
this.future = future; this.future = future;
setLocationRelativeTo(parentWindow);
setBounds(100, 100, 450, 300); setBounds(100, 100, 450, 300);
setLocationRelativeTo(parentWindow);
getContentPane().setLayout(new BorderLayout()); getContentPane().setLayout(new BorderLayout());
JPanel contentPanel = new JPanel(); JPanel contentPanel = new JPanel();
contentPanel.setBorder(new EmptyBorder(5, 5, 5, 5)); contentPanel.setBorder(new EmptyBorder(5, 5, 5, 5));