Search code examples
javajavafxjava-8progress-indicator

ProgressIndicator spinning whole time


I'm using a ProgressIndicator and I want it to spin the whole time. It also would be great, if the %-Label will be invisible.

Thanks in Advance!


Solution

  • Please watch out I think there are other threads with nearly the same question.

    But anyway just do this in your initialize():

      loading.setProgress(-1);
    

    Hope that helps!