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?
JDialog for status display . .
151 Views Asked by Sanjeev At
3
There are 3 best solutions below
0

You can create and customize different kind of dialog using JOptionPane
. Have a look at JOptionPane Features. Also, have to look at
The best of all could be JOptionPane
You can use a modal JDialog or JOptionPane (which really is nothing more than a specialized modal JDialog) for this, just be sure to