Added ProgressDialog superclass

This commit is contained in:
Vhati 2013-08-29 14:17:01 -04:00
parent a879071dbd
commit 4a091297ed
5 changed files with 260 additions and 272 deletions

View file

@ -582,7 +582,7 @@ public class ManagerFrame extends JFrame implements ActionListener, HashObserver
resDat.datFile = new File( datsDir, "resource.dat" );
resDat.bakFile = new File( backupDir, "resource.dat.bak" );
ModPatchDialog patchDlg = new ModPatchDialog( this );
ModPatchDialog patchDlg = new ModPatchDialog( this, true );
patchDlg.setSuccessTask( new SpawnGameTask() );
log.info( "" );