Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Resolved Loading css stylesheets

Joined
Dec 10, 2014
Messages
3,255
Code:
String alphaCss = Environment.getScript().getClass().getResource("/com/alpha/api/framework/ui/theme/Alpha.css").toExternalForm();
System.out.println(alphaCss);scene.getStylesheets().addAll(Themes.getCurrentStylesheet(),  alphaCss);

Works fine locally, throws a NPE on SDN.
css file is added as a resource, works fine locally.

Pls, I just want to make my UIs pretty :(

@Cloud @Arbiter
 
Mod Automation
Joined
Jul 26, 2013
Messages
3,044
@Cloud please make API methods to load resources so that behavior between local and SDN is predictable and uniform. <3
 
Top