codemetropolis / CodeMetropolis

See your software as never before.
http://codemetropolis.github.io/CodeMetropolis/
14 stars 30 forks source link

Progress bar on the GUI #313

Open SzatmariA opened 2 years ago

SzatmariA commented 2 years ago

While the process is running it would be a great way to let the user know how long it will take. The GUI could be extended with a progress bar, similar to this image

Java has built-in progress bar: https://docs.oracle.com/javase/tutorial/uiswing/components/progress.html