【发布时间】:2014-05-02 21:11:01
【问题描述】:
此代码在 javafx 8 中不起作用
scene.getStylesheets().add("appCssFile.css");
我收到了Exception
Mar 25, 2014 12:21:20 PM com.sun.javafx.css.parser.CSSParser reportException
WARNING: Please report java.lang.NumberFormatException at:
Mar 25, 2014 12:21:20 PM com.sun.javafx.css.StyleManager loadStylesheetUnPrivileged
WARNING: Resource "appCssFile.css" not found.
如何加载 css ?
【问题讨论】:
-
也许这有助于 [javafx 的 CSS 加载问题][1] [1]:stackoverflow.com/questions/9010989/…