From 3f1e52e587ddaff48466f159b670bcd7736f5ac3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9D=D0=B8=D0=BA=D0=B8=D1=82=D0=B0=20=D0=91=D0=B5=D0=BB?= =?UTF-8?q?=D1=8F=D0=BD=D0=B8=D0=BD?= Date: Mon, 13 Nov 2023 01:12:40 +0400 Subject: [PATCH] =?UTF-8?q?=D0=93=D0=BE=D1=82=D0=BE=D0=B2=D0=B0=D1=8F=20?= =?UTF-8?q?=D0=9B=D0=B0=D0=B1=D0=BE=D1=80=D0=B0=D1=82=D0=BE=D1=80=D0=BD?= =?UTF-8?q?=D0=B0=D1=8F=204?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Tank/src/TanksGenericCollections.java | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Tank/src/TanksGenericCollections.java b/Tank/src/TanksGenericCollections.java index 427d83d..b9aecb3 100644 --- a/Tank/src/TanksGenericCollections.java +++ b/Tank/src/TanksGenericCollections.java @@ -3,7 +3,7 @@ import java.awt.image.BufferedImage; public class TanksGenericCollections { - // Высота и ширина окна прорисовки + // Высота и Ширина окна прорисовки private int _pictureWidth; private int _pictureHeight; @@ -14,7 +14,7 @@ public class TanksGenericCollections _collection; - // Конструтор + // Конструктор public TanksGenericCollections(int pictureWidth, int pictureHeight) { int width = pictureWidth / _placeSizeWidth; int height = pictureHeight / _placeSizeHeight; @@ -47,18 +47,17 @@ public class TanksGenericCollections