Ajout de GridSolver - Avant modification + jointure des classes
This commit is contained in:
10
src/GridSolver/DialogManager.java
Normal file
10
src/GridSolver/DialogManager.java
Normal 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();
|
||||
}
|
Reference in New Issue
Block a user