我正在使用ControlsFX 8.40.9
和最新的JDK 1.8.0_51
我无法将RangeSlider
设置为禁用
设置slider.setDisable(true);
:
2015年8月5日下午5:40:45 javafx.scene.CssStyleHelper calculateValue 警告:无法解决' -fx-disabled-opacity'同时解析' -fx-opacity'来自规则' .range-slider:disabled'在stylesheet jar中:file:/ C:/Users/dimitrim/Documents/NetBeansProjects/FlatDesignTest/dist/run546627019/lib/controlsfx-8.40.9.jar!/org/controlsfx/control/rangeslider.bss *
答案 0 :(得分:2)
这是一个已在ControlsFx中修复的错误。有关详细信息,请参阅https://bitbucket.org/controlsfx/controlsfx/issues/568/cant-set-rangeslider-to-disabled