Update UI name

This commit is contained in:
RedSparr0w
2019-10-12 14:00:59 +13:00
parent 658cc2930e
commit 20525c7f21
+1 -1
View File
@@ -20,7 +20,7 @@ public class UI extends JFrame {
private JCheckBox birdsNest = new JCheckBox(); private JCheckBox birdsNest = new JCheckBox();
public UI() { public UI() {
setTitle("AIO Woodcutter"); setTitle("ParaScript");
setResizable(false); setResizable(false);
setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE); setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);
setBounds(100, 100, 400, 280); setBounds(100, 100, 400, 280);