Skip to content

Commit eecba87

Browse files
committed
update app title
1 parent 89b7b16 commit eecba87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/marginallyclever/donatello/Donatello.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ public static void main(String[] args) {
586586

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

589-
JFrame frame = new JFrame("Node Graph Editor Panel");
589+
JFrame frame = new JFrame("Donatello Node Graph Editor");
590590
frame.setLocationRelativeTo(null);
591591
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
592592
frame.setSize(new Dimension(1200,800));

0 commit comments

Comments
 (0)