From 186c08abd83cb5cd3c0eaa64fdc4662d8f1b2322 Mon Sep 17 00:00:00 2001 From: Programmist73 Date: Sun, 6 Nov 2022 14:04:17 +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=B4=D0=BE=D0=BF.=20=D1=84=D0=BE=D1=80=D0=BC=D1=8B?= =?UTF-8?q?=20=D0=BF=D0=BE=20=D0=B4=D0=BE=D0=BF.=20=D0=B7=D0=B0=D0=B4?= =?UTF-8?q?=D0=B0=D0=BD=D0=B8=D1=8E.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Project/src/FormParam.form | 100 +++++++++++++++++++++++++++++++++++++ Project/src/FormParam.java | 14 ++++++ 2 files changed, 114 insertions(+) create mode 100644 Project/src/FormParam.form create mode 100644 Project/src/FormParam.java diff --git a/Project/src/FormParam.form b/Project/src/FormParam.form new file mode 100644 index 0000000..37dce4a --- /dev/null +++ b/Project/src/FormParam.form @@ -0,0 +1,100 @@ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/Project/src/FormParam.java b/Project/src/FormParam.java new file mode 100644 index 0000000..f1201f1 --- /dev/null +++ b/Project/src/FormParam.java @@ -0,0 +1,14 @@ +import javax.swing.*; + +public class FormParam +{ + + private JButton ButtonAddPlane; + private JPanel PictureBoxPlane; + private JButton ButtonCreateModif; + private JLabel LabelInfo; + private JLabel LableSpeed; + private JLabel LabelWeight; + private JPanel MainPanel; + private JLabel LabelColor; +}