Готовая 1 лаба

This commit is contained in:
Никита Белянин 2023-09-13 18:57:00 +04:00
parent 4c828eed80
commit 3c072a98a3

View File

@ -119,8 +119,6 @@ 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)