I just want to implement a status dialog. How to show a JDialog which blocks the user input but allow the parent window processing its own work?
You can use a modal JDialog or JOptionPane (which really is nothing more than a specialized modal JDialog) for this, just be sure to