Skip to content

Commit

Permalink
update app title
Browse files Browse the repository at this point in the history
  • Loading branch information
i-make-robots committed Mar 18, 2022
1 parent 89b7b16 commit eecba87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ public static void main(String[] args) {

Donatello panel = new Donatello(new NodeGraph());

JFrame frame = new JFrame("Node Graph Editor Panel");
JFrame frame = new JFrame("Donatello Node Graph Editor");
frame.setLocationRelativeTo(null);
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
frame.setSize(new Dimension(1200,800));
Expand Down

0 comments on commit eecba87

Please sign in to comment.