How can I avoid the display of percentage values, when using the ProgressIndicator of JavaFX UI Controls
I am pretty new to Java and would like get rid of the displayed percentage value of the ProgressIndicator in Java FX. Is there a method to disable the value display? I checked the documentation , but as far as I understand it and couldn't find the right method. Thank you for your help!! Editing the Text value Since the Text node used for displaying the progress value is hidden in an inner class within the ProgressIndicatorSkin class, the best way to access it is using lookups, trying to find this node by its styleclass percentage . This snippet will just remove the % character. private Text