Hi, I have created a GUI with a frame, panel, buttons etc etc
I now need to add a JProgressBar. All the examples and tutorials I am finding are for creating a JProgressBar and addding it to the panel, I am happy with what my GUI looks like and dont want to mess around with the layout of it, so would prefer if the JProgressBar component just opens for the time it is needed in a new (almost window type of things) and then closes, is there a way I can do this. Or maybe i am getting confused, does a JProgressBar have to be visible (given a location on the panel) or does it just open like a pop up and then close once finished)??
Sorry for such a long question, I am just confused about JProgressBar
Thanks