PIbd-21 Belianin N.N. LabWork01 #1

Closed
Belnik wants to merge 4 commits from LabWork01 into main
Showing only changes of commit 3c072a98a3 - Show all commits

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)