From 5c97eb3db4156aeedcabeb420cf5a469d387bc08 Mon Sep 17 00:00:00 2001 From: Zakharov_Rostislav Date: Wed, 25 Oct 2023 20:14:42 +0400 Subject: [PATCH] =?UTF-8?q?=D0=B2=D1=80=D0=BE=D0=B4=D0=B5=20=D0=B7=D0=B0?= =?UTF-8?q?=D0=BA=D0=BE=D0=BD=D1=87=D0=B8=D0=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/FrameBattleship.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FrameBattleship.java b/src/FrameBattleship.java index 06f08d9..df6b3b5 100644 --- a/src/FrameBattleship.java +++ b/src/FrameBattleship.java @@ -7,7 +7,7 @@ import java.io.IOException; import java.util.Random; public class FrameBattleship extends JFrame { private DrawingBattleship drawingBattleship; - private final JComponent pictureBox; + private JComponent pictureBox; public FrameBattleship() throws IOException { super("Линкор"); setSize(new Dimension(900,500));