feature:初步实现操作的撤回重做

This commit is contained in:
2025-11-27 09:08:06 +08:00
parent 5fc98d3d9b
commit f88dac9d2c
11 changed files with 433 additions and 8 deletions
+5
View File
@@ -26,6 +26,11 @@
<artifactId>javafx-fxml</artifactId>
<version>${javafx.version}</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-graphics</artifactId>
<version>${javafx.version}</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-swing</artifactId>