191192193194195196197198
* Shows the progress dialog. * <p/> * Called from the run() method (which is called in invokeLater). */ private void showProgressDialog() { startupDialog = new ProgressDialog(null, "Starting " + NAME); startupDialog.setVisible(true); }