Fix ordering of locationing

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

View File

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