I wrote a Java program that reads a file, process the numbers and then output result to to the user. The processing could take a while so I would like to display some sort of progress bar or just simply thinking glass (anything reallly) that indicate to the user that the program is actually processing something.
Any recommendation for quick Solution for it?
Thank you