From 6474259b5f0f00de9e8a8d09e269f7c82bcb99fc Mon Sep 17 00:00:00 2001 From: Programmist73 Date: Sat, 5 Nov 2022 22:19:32 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=BE=D0=B7=D0=B4=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D0=BD=D0=BE=D0=B2=D0=BE=D0=B9=20=D1=84=D0=BE=D1=80?= =?UTF-8?q?=D0=BC=D1=8B.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Project/src/FormMapWithSetPlanes.form | 190 ++++++++++++++++++++++++++ Project/src/FormMapWithSetPlanes.java | 17 +++ 2 files changed, 207 insertions(+) create mode 100644 Project/src/FormMapWithSetPlanes.form create mode 100644 Project/src/FormMapWithSetPlanes.java diff --git a/Project/src/FormMapWithSetPlanes.form b/Project/src/FormMapWithSetPlanes.form new file mode 100644 index 0000000..3ca34c9 --- /dev/null +++ b/Project/src/FormMapWithSetPlanes.form @@ -0,0 +1,190 @@ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/Project/src/FormMapWithSetPlanes.java b/Project/src/FormMapWithSetPlanes.java new file mode 100644 index 0000000..d6d4ea5 --- /dev/null +++ b/Project/src/FormMapWithSetPlanes.java @@ -0,0 +1,17 @@ +import javax.swing.*; + +public class FormMapWithSetPlanes { + private JPanel MainPanel; + private JPanel PictureBoxPlane; + private JPanel ButtonGroupPanel; + private JComboBox ComboBoxSelectorMap; + private JButton ButtonLeft; + private JButton ButtonDown; + private JButton ButtonRight; + private JButton ButtonUp; + private JButton ButtonShowOnMap; + private JButton ButtonShowStorage; + private JButton ButtonAddPlane; + private JTextField __TextField; + private JButton ButtonRemovePlane; +}