I am trying to call a function initialStep() of MainApp class from ProcessStatements class. When the function initialStep() is called, i want to show progress bar to the user till the initialStep() function completes the execution.
How can i do this using Java Swing? Please someone help me out. Thanks in advance :)