diff --git a/src/FormCreater.form b/src/FormCreater.form index 9380f81..76aa976 100644 --- a/src/FormCreater.form +++ b/src/FormCreater.form @@ -3,12 +3,12 @@ - + - + @@ -20,7 +20,7 @@ - + @@ -200,7 +200,7 @@ - + @@ -225,6 +225,11 @@ + + + + + diff --git a/src/FormCreater.java b/src/FormCreater.java index dfe5bb9..7a3333b 100644 --- a/src/FormCreater.java +++ b/src/FormCreater.java @@ -33,8 +33,9 @@ public class FormCreater extends JDialog{ public FormCreater(){ setTitle("Военный корабль"); setContentPane(PictureBox); + setResizable(false); + setSize(1000,500); ShowWindow(); - setSize(1200,700); setDefaultCloseOperation(JFrame.HIDE_ON_CLOSE); } diff --git a/src/FormMapWithSetWarships.form b/src/FormMapWithSetWarships.form index 1a9fec9..4e1319a 100644 --- a/src/FormMapWithSetWarships.form +++ b/src/FormMapWithSetWarships.form @@ -23,7 +23,7 @@ - + @@ -46,12 +46,12 @@ - + - + @@ -59,7 +59,7 @@ - + @@ -67,7 +67,7 @@ - + @@ -75,7 +75,7 @@ - + @@ -83,7 +83,7 @@ - + @@ -93,7 +93,7 @@ - + @@ -103,7 +103,7 @@ - + @@ -113,7 +113,7 @@ - + @@ -123,12 +123,22 @@ - + + + + + + + + + + +