lab6 some minor fixes

This commit is contained in:
Zakharov_Rostislav 2023-12-20 20:05:30 +04:00
parent afaed7e316
commit 3047272489

View File

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