From 37f34b34623d5756dd88e8cbfdf00320e5e387ea Mon Sep 17 00:00:00 2001 From: 02090095 Date: Tue, 23 Dec 2025 21:17:28 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D1=80=D0=BE=D0=BC=D0=B5=D0=B6=D1=83?= =?UTF-8?q?=D1=82=D0=BE=D1=87=D0=BD=D1=8B=D0=B9.=20=D0=94=D0=BE=D0=B1?= =?UTF-8?q?=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=20=D0=BE=D0=B1=D1=8A=D0=B5=D0=BA?= =?UTF-8?q?=D1=82=20=D1=84=D0=B0=D0=B9=D0=BB=D0=B0=20=D0=B1=D0=B0=D0=B3-?= =?UTF-8?q?=D1=80=D0=B5=D0=BF=D0=BE=D1=80=D1=82=D0=B0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 8 +++-- .../BugReport/BugReportsDBTable.java | 2 ++ .../BugReportFile/BugReportFilesDBTable.java | 8 +++++ .../BugReportFile/UI/BugReportFilesForm.java | 29 +++++++++++++++ .../ComponentsServer/BugReportsDatabase.java | 10 ++---- .../Visual/Windows/CallbackForm.form | 35 +++++++++++++++++++ .../Visual/Windows/CallbackForm.java | 3 ++ 7 files changed, 86 insertions(+), 9 deletions(-) create mode 100644 src/_VisualDVM/ComponentsServer/BugReportFile/UI/BugReportFilesForm.java diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 60d09239..a3cc28c3 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -7,10 +7,14 @@ - - + + + + + +