Language: JavaFX
IDE: Netbeans
Problem: I\'m trying to add a css file to the stylesheet, but the first line of the following code always generates a Nu
Nu
put your yourname.css file directly under src directory.
yourname.css
scene.getStylesheets().add("yourname.css")
clean and build required