mirror of
https://github.com/packwiz/packwiz-installer.git
synced 2025-04-20 05:26:30 +02:00
Fix ordering of locationing
This commit is contained in:
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));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user