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
in your file .java use this
Application.setUserAgentStylesheet(getClass().getResource("application.css") .toExternalForm());