Exemplo n.º 1
0
 /**
  * May be called from any thread
  *
  * @param frame
  */
 public static void stop(JFrame frame) {
   ProgressGlassPane.restore(frame);
 }
Exemplo n.º 2
0
 /**
  * May be called from any thread
  *
  * @param dialog
  */
 public static void stop(JDialog dialog) {
   ProgressGlassPane.restore(dialog);
 }