mirror of
https://github.com/packwiz/packwiz-installer.git
synced 2025-04-19 21:16: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);
|
||||
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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user