Rename some method names for better clarity

This commit is contained in:
Stone_Red
2022-04-07 14:18:07 +02:00
parent e68366d4a5
commit 96abb1ace5
3 changed files with 33 additions and 25 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.layout.VBox?>
<VBox spacing="20.0" xmlns:fx="http://javafx.com/fxml"
<VBox xmlns:fx="http://javafx.com/fxml" spacing="20.0"
fx:controller="com.yes.yes.MainController" fx:id="root">
</VBox>