Merge remote-tracking branch 'origin/master'

This commit is contained in:
Parnassian
2014-02-23 18:58:17 +01:00
+1 -1
View File
@@ -93,7 +93,7 @@ public class BotUI extends JFrame implements ActionListener, ComponentListener,
panel.add(scrlConsole);
this.add(panel, BorderLayout.CENTER);
pack();
setLocationRelativeTo(null);
BotDialog.getInstance(this);