mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-03 00:37:55 +00:00
Centered BotUI
This commit is contained in:
@@ -91,10 +91,11 @@ public class BotUI extends JFrame implements ActionListener, ComponentListener {
|
||||
this.add(panel, BorderLayout.CENTER);
|
||||
|
||||
pack();
|
||||
setLocationRelativeTo(null);
|
||||
setVisible(true);
|
||||
new BotDialog(this);
|
||||
|
||||
LogArea.log("parabot " + Configuration.BOT_VERSION +" started");
|
||||
LogArea.log("parabot " + Configuration.BOT_VERSION + " started");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user