I have a problem with freeze GUI. I’m a beginner with JavaFX and don’t know what I’m doing wrong. VideoToImages is background method from which I’m getting IntegerProperties to set progressBar value. …
Tag: progress-bar
Command line progress bar in Java
I have a Java program running in command line mode. I would like to display a progress bar, showing the percentage of job done. The same kind of progress bar you would see using wget under unix. Is this possible? Answer I have implemented this sort of thing before. Its not so much about java, but what characters to send