From c160a20d067e187ce2d3fa2ef996d7a47342b914 Mon Sep 17 00:00:00 2001 From: 02090095 Date: Tue, 22 Oct 2024 20:16:57 +0300 Subject: [PATCH] =?UTF-8?q?=D1=80=D0=B5=D1=84=D0=B0=D0=BA=D1=82=D0=BE?= =?UTF-8?q?=D1=80=D0=B8=D0=BD=20=D0=BC=D0=B5=D1=82=D0=BE=D0=B4=D0=BE=D0=B2?= =?UTF-8?q?=20=D1=81=D0=B2=D1=8F=D0=B7=D0=B0=D0=BD=D0=BD=D1=8B=D1=85=20?= =?UTF-8?q?=D1=81=20=D0=BA=D0=BE=D0=BC=D0=BF=D0=BE=D0=BD=D0=B5=D0=BD=D1=82?= =?UTF-8?q?=D0=B0=D0=BC=D0=B8.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 23 ++++--- src/_VisualDVM/Global.java | 64 ++++--------------- src/_VisualDVM/Passes/All/AddBugReport.java | 4 +- .../All/GetComponentsActualVersions.java | 8 +-- .../All/InstallComponentFromFolder.java | 2 +- .../Passes/All/PublishComponent.java | 2 +- .../Passes/All/ResurrectComponent.java | 2 +- .../All/ResurrectComponentFromServer.java | 2 +- .../Passes/All/ShowInstruction.java | 2 +- .../Passes/All/UpdateComponent.java | 2 +- .../Passes/All/UpdateSelectedComponents.java | 8 +-- .../Repository/BugReport/BugReport.java | 2 +- .../Repository/Component/ComponentsSet.java | 45 +++++++++++++ .../Component/UI/ComponentsFields.java | 2 +- src/_VisualDVM/Visual/MainUI.java | 2 +- .../Visual/Menus/MainMenuBar/MainMenuBar.java | 11 ++-- .../Windows}/ComponentsWindow.java | 5 +- 17 files changed, 98 insertions(+), 88 deletions(-) rename src/_VisualDVM/{Repository/Component/UI => Visual/Windows}/ComponentsWindow.java (89%) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index a024455f..06c17f27 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -7,15 +7,20 @@ - - - - - - - - - + + + + + + + + + + + + + +