mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-07 08:39:12 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -93,7 +93,7 @@ public class BotUI extends JFrame implements ActionListener, ComponentListener,
|
|||||||
panel.add(scrlConsole);
|
panel.add(scrlConsole);
|
||||||
|
|
||||||
this.add(panel, BorderLayout.CENTER);
|
this.add(panel, BorderLayout.CENTER);
|
||||||
|
|
||||||
pack();
|
pack();
|
||||||
setLocationRelativeTo(null);
|
setLocationRelativeTo(null);
|
||||||
BotDialog.getInstance(this);
|
BotDialog.getInstance(this);
|
||||||
|
|||||||
Reference in New Issue
Block a user