added filepath as parameter
parent
5bb2c8d329
commit
319dd29405
|
@ -12,7 +12,7 @@ public class HitoriMain extends JFrame implements AcrtionListener{
|
||||||
|
|
||||||
public HitoriMain() throws FileNotFoundException {
|
public HitoriMain() throws FileNotFoundException {
|
||||||
Stack<String> madeMoves = new Stack<>();
|
Stack<String> madeMoves = new Stack<>();
|
||||||
MenuGUI.getPath();
|
MenuGUI.getPath(filepath);
|
||||||
int i = 0;
|
int i = 0;
|
||||||
while(filepath[0].equals("")){
|
while(filepath[0].equals("")){
|
||||||
System.out.println();
|
System.out.println();
|
||||||
|
|
Loading…
Reference in New Issue