mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-07 08:39:12 +00:00
Centered BotUI
This commit is contained in:
@@ -91,6 +91,7 @@ public class BotUI extends JFrame implements ActionListener, ComponentListener {
|
|||||||
this.add(panel, BorderLayout.CENTER);
|
this.add(panel, BorderLayout.CENTER);
|
||||||
|
|
||||||
pack();
|
pack();
|
||||||
|
setLocationRelativeTo(null);
|
||||||
setVisible(true);
|
setVisible(true);
|
||||||
new BotDialog(this);
|
new BotDialog(this);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user