added merge-related fixes

This commit is contained in:
Josh Ashton
2024-04-08 10:43:53 -06:00
20 changed files with 14 additions and 0 deletions
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+3
View File
@@ -189,7 +189,10 @@ public class Settings {
fontName = "HackNerdFontMono-Regular";
fontFilepath = "/usr/share/fonts/TTF/" + fontName + ".ttf";
}
<<<<<<< HEAD
=======
>>>>>>> main
// Register the font with the GraphicsEnvironment.
try {
GraphicsEnvironment ge = GraphicsEnvironment.
+11
View File
@@ -22,6 +22,17 @@ function run() {
jar cfe sudoku.jar App -C bin .
;;
"-h" | "--help")
echo "Usage: run.sh [OPTION]"
echo "Run the program"
echo
echo "Options:"
echo " -c, --cli Run the program in the CLI"
echo " -b, --build Compile the program"
echo " -j, --jar Create a JAR file"
echo " -h, --help Display this help message"
;;
*)
echo "Invalid argument"
;;
BIN
View File
Binary file not shown.