доработанная

This commit is contained in:
Inohara 2022-11-01 20:06:28 +04:00
parent 34e21f2507
commit 4c43d95862

View File

@ -25,7 +25,7 @@ public class DrawingMap extends JPanel{
Map.toolBarLabelWieght.setText("Weight: " + warship.GetWarship().GetWeight() + " ");
Map.toolBarLabelColor.setText("Color: " + warship.GetWarship().GetBodyColor().getRed() + " " +
warship.GetWarship().GetBodyColor().getGreen() + " " + warship.GetWarship().GetBodyColor().getBlue());
bufferedImage = _abstractMap.CreateMap(900,550,new DrawingObjectWarship(warship));
bufferedImage = _abstractMap.CreateMap(750,550,new DrawingObjectWarship(warship));
}
//Создание обычного корабля
public void CreateButtonAction(){