mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-03 00:37:55 +00:00
[TASK] Set title to configuration
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package org.parabot.core.ui;
|
||||
|
||||
import org.parabot.core.Configuration;
|
||||
import org.parabot.core.Context;
|
||||
import org.parabot.core.Directories;
|
||||
import org.parabot.core.ui.components.GamePanel;
|
||||
@@ -41,7 +42,7 @@ public class BotUI extends JFrame implements ActionListener, ComponentListener,
|
||||
instance = this;
|
||||
JPopupMenu.setDefaultLightWeightPopupEnabled(false);
|
||||
|
||||
setTitle("Parabot");
|
||||
setTitle(Configuration.BOT_TITLE);
|
||||
setResizable(false);
|
||||
setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
|
||||
createMenu();
|
||||
|
||||
Reference in New Issue
Block a user