mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-06 08:39:33 +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);
|
this.add(panel, BorderLayout.CENTER);
|
||||||
|
|
||||||
pack();
|
pack();
|
||||||
|
setLocationRelativeTo(null);
|
||||||
setVisible(true);
|
setVisible(true);
|
||||||
new BotDialog(this);
|
new BotDialog(this);
|
||||||
|
|
||||||
LogArea.log("parabot " + Configuration.BOT_VERSION +" started");
|
LogArea.log("parabot " + Configuration.BOT_VERSION + " started");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user