вроде закончил
This commit is contained in:
parent
afef85366f
commit
5c97eb3db4
@ -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));
|
||||||
|
Loading…
Reference in New Issue
Block a user