file chooser implemented with default directory location in windows.

This commit is contained in:
Josh Ashton
2024-03-21 13:25:02 -06:00
parent 93c838ea68
commit a053c98a7b
5 changed files with 151 additions and 12 deletions
+1
View File
@@ -5,6 +5,7 @@ function Run {
javac *.java
java App $flag
rm *.class
rm gui/*.class
}
if ($args.Length -eq 1) {