PIbd-23. Zakharov R.A. Lab work 01 #1

Closed
Zakharov_Rostislav wants to merge 7 commits from Lab1 into main
Showing only changes of commit 5c97eb3db4 - Show all commits

View File

@ -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));