integrated Textra for Labels and Buttons

fixed executables for release
This commit is contained in:
Grimm
2022-09-18 17:44:28 +02:00
parent a601ef5ec7
commit 93bdec1f2d
50 changed files with 214 additions and 178 deletions

View File

@@ -273,7 +273,7 @@ public class Controls {
return Color.PURPLE;
if(upperCase.equals("VIOLET"))
return Color.VIOLET;
if(upperCase.equals("PINK"))
if(upperCase.equals("MAROON"))
return Color.MAROON;
return Color.BLACK;
}