mirror of
https://github.com/2006Scape-Scripts/ParaScript.git
synced 2026-07-03 00:38:36 +00:00
Update UI name
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user