From 20525c7f21e43ab6e90c406cc6990166760e3338 Mon Sep 17 00:00:00 2001 From: RedSparr0w Date: Sat, 12 Oct 2019 14:00:59 +1300 Subject: [PATCH] Update UI name --- src/ParaScript/ui/UI.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ParaScript/ui/UI.java b/src/ParaScript/ui/UI.java index ee59941..c684aeb 100644 --- a/src/ParaScript/ui/UI.java +++ b/src/ParaScript/ui/UI.java @@ -20,7 +20,7 @@ public class UI extends JFrame { private JCheckBox birdsNest = new JCheckBox(); public UI() { - setTitle("AIO Woodcutter"); + setTitle("ParaScript"); setResizable(false); setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE); setBounds(100, 100, 400, 280);