вроде закончил

This commit is contained in:
Zakharov_Rostislav 2023-10-25 20:14:42 +04:00
parent afef85366f
commit 5c97eb3db4

View File

@ -7,7 +7,7 @@ import java.io.IOException;
import java.util.Random; import java.util.Random;
public class FrameBattleship extends JFrame { public class FrameBattleship extends JFrame {
private DrawingBattleship drawingBattleship; private DrawingBattleship drawingBattleship;
private final JComponent pictureBox; private JComponent pictureBox;
public FrameBattleship() throws IOException { public FrameBattleship() throws IOException {
super("Линкор"); super("Линкор");
setSize(new Dimension(900,500)); setSize(new Dimension(900,500));