I'm trying to change the tick color for the slider in JavaFX 2.2, but it came up a bit - I cannot find CSS properties on the slider that claim to do this, and I cannot find methods on the slider that seem to do this too (there seems to be , is a property of formatting label labels, but not label labels themselves.)
Is there a way, or am I stuck with it myself?
Use this style description for ticks and blue:
.slider .axis .axis-tick-mark, .slider .axis .axis-minor-tick-mark { -fx-fill: null; -fx-stroke: blue; }
The first is for the primary, the second is for the secondary.
Source: https://habr.com/ru/post/1694419/More articles:Why is SqlConnection still open after forcing .Close () and using (...)? - c #create an alias for a module function by importing or assigning - pythonPython - how to pass a method as an argument to call a method from another library - pythonJavaFX - change the color of a slider of a specific tick - javaWhy do we use DTD in Hibernate and XSD in Spring? - springWhy HttpWebRequest does not send Keep-Alive TCP packets even when using ServicePointManager.SetTcpKeepAlive - c #https://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1694421/python-combine-lists-to-dictionary-with-header&usg=ALkJrhih0WCDcfJWIEujOe1JsssA61peggPHP-запрос на завихрение для странных параметров - phpCan I convert audio to text using the Web Speech API? - javascriptPhpStorm не откроет мой проект laravel - phpAll Articles