From bc65a6a44c5f54f65b559731b2a69894b6badf13 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Mon, 15 May 2023 20:05:43 -0600 Subject: changed package name, added java packager to gradle --- app/src/main/resources/dmg.png | Bin 0 -> 8844 bytes app/src/main/resources/icon.icns | Bin 0 -> 1575945 bytes app/src/main/resources/icon.ico | Bin 0 -> 270322 bytes app/src/main/resources/icon.png | Bin 0 -> 213761 bytes .../resources/xyz/brysonsteck/ServerCraft/app.png | Bin 0 -> 75026 bytes .../xyz/brysonsteck/ServerCraft/css/info-tabs.css | 5 + .../xyz/brysonsteck/ServerCraft/icons/info.png | Bin 0 -> 5289 bytes .../xyz/brysonsteck/ServerCraft/icons/warning.png | Bin 0 -> 5131 bytes .../xyz/brysonsteck/ServerCraft/info.fxml | 108 ++++++ .../xyz/brysonsteck/ServerCraft/primary.fxml | 362 +++++++++++++++++++++ .../resources/xyz/brysonsteck/servercraft/app.png | Bin 75026 -> 0 bytes .../xyz/brysonsteck/servercraft/css/info-tabs.css | 5 - .../xyz/brysonsteck/servercraft/icons/info.png | Bin 5289 -> 0 bytes .../xyz/brysonsteck/servercraft/icons/warning.png | Bin 5131 -> 0 bytes .../xyz/brysonsteck/servercraft/info.fxml | 108 ------ .../xyz/brysonsteck/servercraft/primary.fxml | 362 --------------------- 16 files changed, 475 insertions(+), 475 deletions(-) create mode 100644 app/src/main/resources/dmg.png create mode 100644 app/src/main/resources/icon.icns create mode 100644 app/src/main/resources/icon.ico create mode 100644 app/src/main/resources/icon.png create mode 100644 app/src/main/resources/xyz/brysonsteck/ServerCraft/app.png create mode 100644 app/src/main/resources/xyz/brysonsteck/ServerCraft/css/info-tabs.css create mode 100644 app/src/main/resources/xyz/brysonsteck/ServerCraft/icons/info.png create mode 100644 app/src/main/resources/xyz/brysonsteck/ServerCraft/icons/warning.png create mode 100644 app/src/main/resources/xyz/brysonsteck/ServerCraft/info.fxml create mode 100644 app/src/main/resources/xyz/brysonsteck/ServerCraft/primary.fxml delete mode 100644 app/src/main/resources/xyz/brysonsteck/servercraft/app.png delete mode 100644 app/src/main/resources/xyz/brysonsteck/servercraft/css/info-tabs.css delete mode 100644 app/src/main/resources/xyz/brysonsteck/servercraft/icons/info.png delete mode 100644 app/src/main/resources/xyz/brysonsteck/servercraft/icons/warning.png delete mode 100644 app/src/main/resources/xyz/brysonsteck/servercraft/info.fxml delete mode 100644 app/src/main/resources/xyz/brysonsteck/servercraft/primary.fxml (limited to 'app/src/main/resources') diff --git a/app/src/main/resources/dmg.png b/app/src/main/resources/dmg.png new file mode 100644 index 0000000..5c33572 Binary files /dev/null and b/app/src/main/resources/dmg.png differ diff --git a/app/src/main/resources/icon.icns b/app/src/main/resources/icon.icns new file mode 100644 index 0000000..fe1d98a Binary files /dev/null and b/app/src/main/resources/icon.icns differ diff --git a/app/src/main/resources/icon.ico b/app/src/main/resources/icon.ico new file mode 100644 index 0000000..4968f64 Binary files /dev/null and b/app/src/main/resources/icon.ico differ diff --git a/app/src/main/resources/icon.png b/app/src/main/resources/icon.png new file mode 100644 index 0000000..a24c362 Binary files /dev/null and b/app/src/main/resources/icon.png differ diff --git a/app/src/main/resources/xyz/brysonsteck/ServerCraft/app.png b/app/src/main/resources/xyz/brysonsteck/ServerCraft/app.png new file mode 100644 index 0000000..ceb633a Binary files /dev/null and b/app/src/main/resources/xyz/brysonsteck/ServerCraft/app.png differ diff --git a/app/src/main/resources/xyz/brysonsteck/ServerCraft/css/info-tabs.css b/app/src/main/resources/xyz/brysonsteck/ServerCraft/css/info-tabs.css new file mode 100644 index 0000000..023b0c1 --- /dev/null +++ b/app/src/main/resources/xyz/brysonsteck/ServerCraft/css/info-tabs.css @@ -0,0 +1,5 @@ +.tab-pane>*.tab-header-area>*.tab-header-background { + -fx-background-color: "#F4F4F4"; + -fx-border-color: "#DCDCDC"; + -fx-border-width: 0 0 1 0 +} \ No newline at end of file diff --git a/app/src/main/resources/xyz/brysonsteck/ServerCraft/icons/info.png b/app/src/main/resources/xyz/brysonsteck/ServerCraft/icons/info.png new file mode 100644 index 0000000..c1951a7 Binary files /dev/null and b/app/src/main/resources/xyz/brysonsteck/ServerCraft/icons/info.png differ diff --git a/app/src/main/resources/xyz/brysonsteck/ServerCraft/icons/warning.png b/app/src/main/resources/xyz/brysonsteck/ServerCraft/icons/warning.png new file mode 100644 index 0000000..4d66729 Binary files /dev/null and b/app/src/main/resources/xyz/brysonsteck/ServerCraft/icons/warning.png differ diff --git a/app/src/main/resources/xyz/brysonsteck/ServerCraft/info.fxml b/app/src/main/resources/xyz/brysonsteck/ServerCraft/info.fxml new file mode 100644 index 0000000..9228a2b --- /dev/null +++ b/app/src/main/resources/xyz/brysonsteck/ServerCraft/info.fxml @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -