From cd439030e8376583c3516fa143ab00273e8026b9 Mon Sep 17 00:00:00 2001 From: 02090095 Date: Thu, 26 Oct 2023 20:46:03 +0300 Subject: [PATCH] =?UTF-8?q?fix.=20=D0=B1=D1=8B=D0=BB=20=D0=B1=D0=B0=D0=B3?= =?UTF-8?q?=20=D0=B2=20=D0=BF=D1=83=D1=82=D0=B8=20=D0=B7=D0=B0=D0=BF=D0=B0?= =?UTF-8?q?=D0=BA=D0=BE=D0=B2=D0=BA=D0=B8=20=D0=BF=D0=B0=D0=BA=D0=B5=D1=82?= =?UTF-8?q?=D0=B0=20=D0=BF=D1=80=D0=B8=20=D1=81=D0=BA=D0=B0=D1=87=D0=B8?= =?UTF-8?q?=D0=B2=D0=B0=D0=BD=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 10 +++++----- .../SapforTasksPackageInterface.java | 2 +- .../SapforTasksPackage/SapforTasksPackageTree.java | 3 +++ src/TestingSystem/TestingServer.java | 2 ++ .../Passes/All/ShowSapforTaskPackage.java | 8 ++++++-- src/Visual_DVM_2021/UI/Main/SapforPackageFields.form | 6 ++++++ src/Visual_DVM_2021/UI/Main/SapforPackageFields.java | 1 + 7 files changed, 24 insertions(+), 8 deletions(-) create mode 100644 src/SapforTestingSystem/SapforTasksPackage/SapforTasksPackageTree.java diff --git a/.idea/workspace.xml b/.idea/workspace.xml index dbe06f61..bf73c783 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -7,13 +7,13 @@ - + - - + + - - + + + + + + + + diff --git a/src/Visual_DVM_2021/UI/Main/SapforPackageFields.java b/src/Visual_DVM_2021/UI/Main/SapforPackageFields.java index 9fbbf626..3fe1057f 100644 --- a/src/Visual_DVM_2021/UI/Main/SapforPackageFields.java +++ b/src/Visual_DVM_2021/UI/Main/SapforPackageFields.java @@ -13,6 +13,7 @@ public class SapforPackageFields implements DialogFields, FormWithSplitters { private JButton bPrevious; private JButton bNext; private JButton bCompare; + private JPanel treePanel; public JPanel getContent() { return content; }