Player1454
- 活动总数 6
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 2
-
Player1454 创建了一个帖子, 已回答Disable one type of error in one FXML file
Is there any way to get rid of one type of error in one FXML file? I'd like to remove "Cannot resolve symbol", but only for one file. I know I can turn off all error for one file, but I don't wa... -
-
Player1454 创建了一个帖子, 已回答FXML binding expression error (false positive)
Intellij IDEA - 2020.1 OpenJFX - 14.0.1 My FXML code is: <?import javafx.scene.control.Button?><?import javafx.scene.layout.GridPane?><GridPane fx:id="gridPane" fx:controller="sample.Controller"xml...