We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89b7b16 commit eecba87Copy full SHA for eecba87
src/main/java/com/marginallyclever/donatello/Donatello.java
@@ -586,7 +586,7 @@ public static void main(String[] args) {
586
587
Donatello panel = new Donatello(new NodeGraph());
588
589
- JFrame frame = new JFrame("Node Graph Editor Panel");
+ JFrame frame = new JFrame("Donatello Node Graph Editor");
590
frame.setLocationRelativeTo(null);
591
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
592
frame.setSize(new Dimension(1200,800));
0 commit comments