Lab6 #8

Merged
Zakharov_Rostislav merged 6 commits from Lab6 into Lab5 2024-03-10 18:15:01 +04:00
Showing only changes of commit 3047272489 - Show all commits

View File

@ -24,7 +24,6 @@ public class ExtensionDrawingShip {
return "MAGENTA";
return null;
}
private static Color getColor(String col){
if(col.equals("RED"))
return Color.RED;