Ajout de GridSolver - Avant modification + jointure des classes

This commit is contained in:
2024-04-26 11:29:30 +02:00
parent 8d482356d3
commit 79010f68fd
25 changed files with 1548 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
/**
* Interface containing definition to showDialog box.
* @version 1.0
* @author Moncef STITI
* @author Marco ORFAO
*/
public interface DialogManager {
void showDialog();
}