изм
This commit is contained in:
parent
1c91b62c04
commit
53064877f6
@ -2,14 +2,14 @@ import java.awt.*;
|
||||
import java.util.*;
|
||||
import javax.swing.*;
|
||||
import java.awt.event.*;
|
||||
public class Form1 {
|
||||
public class FormContainerShip {
|
||||
private DrawingContainerShip _drawingShip;
|
||||
Canvas canv;
|
||||
|
||||
public void Draw(){
|
||||
canv.repaint();
|
||||
}
|
||||
public Form1(){
|
||||
public FormContainerShip(){
|
||||
JFrame w=new JFrame ("ContainerShip");
|
||||
JButton buttonCreate = new JButton("создать");
|
||||
JButton up = new JButton();
|
Loading…
Reference in New Issue
Block a user