From 8df8512bc805645f4c6593ceff3369193ebb97c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Casta=C3=B1eda=20Lozano?= Date: Tue, 13 Apr 2021 17:07:43 +0000 Subject: [PATCH] 8265125: IGV: cannot edit forms with NetBeans GUI builder Reviewed-by: kvn --- .../com/sun/hotspot/igv/bytecodes/BytecodeViewTopComponent.form | 0 .../com/sun/hotspot/igv/controlflow/ControlFlowTopComponent.form | 0 .../com/sun/hotspot/igv/coordinator/OutlineTopComponent.form | 0 .../com/sun/hotspot/igv/filter/EditFilterDialog.form | 0 .../com/sun/hotspot/igv/filterwindow/FilterTopComponent.form | 0 .../com/sun/hotspot/igv/settings/ViewPanel.form | 0 .../com/sun/hotspot/igv/view/EditorTopComponent.form | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename src/utils/IdealGraphVisualizer/Bytecodes/src/main/{resources => java}/com/sun/hotspot/igv/bytecodes/BytecodeViewTopComponent.form (100%) rename src/utils/IdealGraphVisualizer/ControlFlow/src/main/{resources => java}/com/sun/hotspot/igv/controlflow/ControlFlowTopComponent.form (100%) rename src/utils/IdealGraphVisualizer/Coordinator/src/main/{resources => java}/com/sun/hotspot/igv/coordinator/OutlineTopComponent.form (100%) rename src/utils/IdealGraphVisualizer/Filter/src/main/{resources => java}/com/sun/hotspot/igv/filter/EditFilterDialog.form (100%) rename src/utils/IdealGraphVisualizer/FilterWindow/src/main/{resources => java}/com/sun/hotspot/igv/filterwindow/FilterTopComponent.form (100%) rename src/utils/IdealGraphVisualizer/Settings/src/main/{resources => java}/com/sun/hotspot/igv/settings/ViewPanel.form (100%) rename src/utils/IdealGraphVisualizer/View/src/main/{resources => java}/com/sun/hotspot/igv/view/EditorTopComponent.form (100%) diff --git a/src/utils/IdealGraphVisualizer/Bytecodes/src/main/resources/com/sun/hotspot/igv/bytecodes/BytecodeViewTopComponent.form b/src/utils/IdealGraphVisualizer/Bytecodes/src/main/java/com/sun/hotspot/igv/bytecodes/BytecodeViewTopComponent.form similarity index 100% rename from src/utils/IdealGraphVisualizer/Bytecodes/src/main/resources/com/sun/hotspot/igv/bytecodes/BytecodeViewTopComponent.form rename to src/utils/IdealGraphVisualizer/Bytecodes/src/main/java/com/sun/hotspot/igv/bytecodes/BytecodeViewTopComponent.form diff --git a/src/utils/IdealGraphVisualizer/ControlFlow/src/main/resources/com/sun/hotspot/igv/controlflow/ControlFlowTopComponent.form b/src/utils/IdealGraphVisualizer/ControlFlow/src/main/java/com/sun/hotspot/igv/controlflow/ControlFlowTopComponent.form similarity index 100% rename from src/utils/IdealGraphVisualizer/ControlFlow/src/main/resources/com/sun/hotspot/igv/controlflow/ControlFlowTopComponent.form rename to src/utils/IdealGraphVisualizer/ControlFlow/src/main/java/com/sun/hotspot/igv/controlflow/ControlFlowTopComponent.form diff --git a/src/utils/IdealGraphVisualizer/Coordinator/src/main/resources/com/sun/hotspot/igv/coordinator/OutlineTopComponent.form b/src/utils/IdealGraphVisualizer/Coordinator/src/main/java/com/sun/hotspot/igv/coordinator/OutlineTopComponent.form similarity index 100% rename from src/utils/IdealGraphVisualizer/Coordinator/src/main/resources/com/sun/hotspot/igv/coordinator/OutlineTopComponent.form rename to src/utils/IdealGraphVisualizer/Coordinator/src/main/java/com/sun/hotspot/igv/coordinator/OutlineTopComponent.form diff --git a/src/utils/IdealGraphVisualizer/Filter/src/main/resources/com/sun/hotspot/igv/filter/EditFilterDialog.form b/src/utils/IdealGraphVisualizer/Filter/src/main/java/com/sun/hotspot/igv/filter/EditFilterDialog.form similarity index 100% rename from src/utils/IdealGraphVisualizer/Filter/src/main/resources/com/sun/hotspot/igv/filter/EditFilterDialog.form rename to src/utils/IdealGraphVisualizer/Filter/src/main/java/com/sun/hotspot/igv/filter/EditFilterDialog.form diff --git a/src/utils/IdealGraphVisualizer/FilterWindow/src/main/resources/com/sun/hotspot/igv/filterwindow/FilterTopComponent.form b/src/utils/IdealGraphVisualizer/FilterWindow/src/main/java/com/sun/hotspot/igv/filterwindow/FilterTopComponent.form similarity index 100% rename from src/utils/IdealGraphVisualizer/FilterWindow/src/main/resources/com/sun/hotspot/igv/filterwindow/FilterTopComponent.form rename to src/utils/IdealGraphVisualizer/FilterWindow/src/main/java/com/sun/hotspot/igv/filterwindow/FilterTopComponent.form diff --git a/src/utils/IdealGraphVisualizer/Settings/src/main/resources/com/sun/hotspot/igv/settings/ViewPanel.form b/src/utils/IdealGraphVisualizer/Settings/src/main/java/com/sun/hotspot/igv/settings/ViewPanel.form similarity index 100% rename from src/utils/IdealGraphVisualizer/Settings/src/main/resources/com/sun/hotspot/igv/settings/ViewPanel.form rename to src/utils/IdealGraphVisualizer/Settings/src/main/java/com/sun/hotspot/igv/settings/ViewPanel.form diff --git a/src/utils/IdealGraphVisualizer/View/src/main/resources/com/sun/hotspot/igv/view/EditorTopComponent.form b/src/utils/IdealGraphVisualizer/View/src/main/java/com/sun/hotspot/igv/view/EditorTopComponent.form similarity index 100% rename from src/utils/IdealGraphVisualizer/View/src/main/resources/com/sun/hotspot/igv/view/EditorTopComponent.form rename to src/utils/IdealGraphVisualizer/View/src/main/java/com/sun/hotspot/igv/view/EditorTopComponent.form