diff --git a/WindowsProcessesGUI/out/artifacts/WindowsProcessesGUI_jar/WindowsProcessesGUI.jar b/WindowsProcessesGUI/out/artifacts/WindowsProcessesGUI_jar/WindowsProcessesGUI.jar index 43ab217..3fe009d 100644 Binary files a/WindowsProcessesGUI/out/artifacts/WindowsProcessesGUI_jar/WindowsProcessesGUI.jar and b/WindowsProcessesGUI/out/artifacts/WindowsProcessesGUI_jar/WindowsProcessesGUI.jar differ diff --git a/WindowsProcessesGUI/out/artifacts/WindowsProcessesGUI_jar/processesList.bat b/WindowsProcessesGUI/out/artifacts/WindowsProcessesGUI_jar/processesList.bat new file mode 100644 index 0000000..2df05d4 --- /dev/null +++ b/WindowsProcessesGUI/out/artifacts/WindowsProcessesGUI_jar/processesList.bat @@ -0,0 +1,2 @@ +tasklist /fo list > tasks.txt +@EXIT \ No newline at end of file diff --git a/WindowsProcessesGUI/out/artifacts/WindowsProcessesGUI_jar/processesTwoList.bat b/WindowsProcessesGUI/out/artifacts/WindowsProcessesGUI_jar/processesTwoList.bat new file mode 100644 index 0000000..bdcec04 --- /dev/null +++ b/WindowsProcessesGUI/out/artifacts/WindowsProcessesGUI_jar/processesTwoList.bat @@ -0,0 +1,2 @@ +tasklist /fo list > tasksTwo.txt +@EXIT \ No newline at end of file diff --git a/WindowsProcessesGUI/out/production/WindowsProcessesGUI/sample/Controller.class b/WindowsProcessesGUI/out/production/WindowsProcessesGUI/sample/Controller.class index a9f1be5..cbfb91c 100644 Binary files a/WindowsProcessesGUI/out/production/WindowsProcessesGUI/sample/Controller.class and b/WindowsProcessesGUI/out/production/WindowsProcessesGUI/sample/Controller.class differ diff --git a/WindowsProcessesGUI/out/production/WindowsProcessesGUI/sample/sample.fxml b/WindowsProcessesGUI/out/production/WindowsProcessesGUI/sample/sample.fxml index cac2be0..20048e1 100644 --- a/WindowsProcessesGUI/out/production/WindowsProcessesGUI/sample/sample.fxml +++ b/WindowsProcessesGUI/out/production/WindowsProcessesGUI/sample/sample.fxml @@ -21,7 +21,7 @@ - + @@ -29,7 +29,7 @@ - + @@ -37,8 +37,10 @@