Skip to content

Commit

Permalink
更新 HelloController.java
Browse files Browse the repository at this point in the history
  • Loading branch information
iammmmmmm authored Oct 24, 2024
1 parent 15aa99f commit 2d5ed5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/caidanci/HelloController.java
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ void initialize() {

Font a = Font.loadFont(Objects.requireNonNull(this.getClass().getResourceAsStream("fonts/fzjt.ttf")), 0);
Platform.runLater(() -> tm.setFontFamily(a.getFamily()));
Platform.runLater(() -> tm.addScene(info.getScence()));
Platform.runLater(() -> tm.addScene(info.getScene()));

tools.makeFontFamilyChooser(fontChose);
tools.makeFontSizeChooser(fontSize);
Expand Down

0 comments on commit 2d5ed5c

Please sign in to comment.