Второй коммит.
This commit is contained in:
parent
8af13564ed
commit
0db5c98d2d
@ -1,5 +1,15 @@
|
||||
public class FormBattleship {
|
||||
public static void main(String[] args) {
|
||||
import javax.swing.*;
|
||||
import java.awt.*;
|
||||
import java.awt.event.ComponentEvent;
|
||||
import java.awt.event.ComponentListener;
|
||||
import java.util.Random;
|
||||
|
||||
public class FormBattleship extends JComponent {
|
||||
private DrawningBattleship _battleship;
|
||||
private EntityBattleship _entityBattleship;
|
||||
public static void main(String[] args) {
|
||||
FormBattleship formBattleship = new FormBattleship();
|
||||
}
|
||||
public FormBattleship() {
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user