posted 20 years ago
Hi there!
I am writing a GUI which has a JOptionPane (called from a JButton's action performed method) which doesnt repaint the background when i click ok.
Here is a code snippet inside the JButtonActionPerformed method:
After clicking OK on the OptionPane it closes and runs my method printWeeklyReport but the stuff behind the optionPane just remains greyed out until the printWeeklyReport method finishes.
I am new to threads...so I could be completely on the wrong track here.
Any help would be greatly appreciated!