Tabbed interface.

This commit is contained in:
Jindra Petřík
2024-10-29 16:55:43 +01:00
parent c93710e0d7
commit fa87f31c71
10 changed files with 753 additions and 439 deletions
@@ -1082,7 +1082,7 @@ public class TimelineBodyPanel extends JPanel implements MouseListener, KeyListe
}
public void setTimeline(Timeline timeline) {
this.timeline = timeline;
this.timeline = timeline;
refresh();
}
}