Выгрузка 1 лабы

This commit is contained in:
Никита Белянин 2023-09-13 18:56:22 +04:00
parent 37b37b1fa1
commit 4c828eed80

View File

@ -119,6 +119,8 @@ public class DrawingTank {
g2.fillRect(_startPosX + 50, _startPosY+5, 20, 2);
g2.drawPolygon(xPointsGun,yPointsGun,nPointsGun);
g2.fillPolygon(xPointsGun,yPointsGun,nPointsGun);
}
public void ChangeBorders(int width,int height)