added filepath as parameter

domainBranch
Emre Durak 2024-12-20 13:44:58 +01:00
parent 5bb2c8d329
commit 319dd29405
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ public class HitoriMain extends JFrame implements AcrtionListener{
public HitoriMain() throws FileNotFoundException {
Stack<String> madeMoves = new Stack<>();
MenuGUI.getPath();
MenuGUI.getPath(filepath);
int i = 0;
while(filepath[0].equals("")){
System.out.println();