This commit is contained in:
Jeroen Ketelaar
2014-02-23 16:57:14 +01:00
parent 4e0dfe9503
commit f4299c20f4
+1 -1
View File
@@ -90,7 +90,7 @@ public class BotUI extends JFrame implements ActionListener, ComponentListener {
panel.add(scrlConsole);
this.add(panel, BorderLayout.CENTER);
pack();
setLocationRelativeTo(null);
setVisible(true);