Player1454
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Player1454 created a post, AnsweredDisable 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 created a post, AnsweredFXML 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...