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