Modal « JProgressBar « Java Swing Q&A





1. modal jdialog progressbar    coderanch.com

Hey all, I am having an issue with a modal jdialog progress bar. I currently have a main frame that launches a progressbar, however, processing is taking place in the main frame that should determine when the progress bar is finished. Originally the progressbar was a jframe but in the desire to keep user's from mucking about it was changed to ...

2. window, frame, progressbar modal    coderanch.com

isn't it possible to make a progressbar, frame or window modal to a frame? the only way i found to hold these components on top is 'alwaysOnTop(true)' but this is not, what i want. my problem: i want to load something on a server. my application is a jframe. at the time of the upload, my application should be disabled, so ...