Added ProgressDialog superclass
This commit is contained in:
parent
a879071dbd
commit
4a091297ed
5 changed files with 260 additions and 272 deletions
|
@ -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( "" );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue