From 5b8be18b4036f2650b18f00522b20c4aedf1ad8a Mon Sep 17 00:00:00 2001 From: ghidravore Date: Mon, 2 Nov 2020 16:18:43 -0500 Subject: [PATCH] removed duplicate jungrapht property --- .../visualization/SelectionFilterMenu.java | 228 ------------------ .../src/main/resources/jungrapht.properties | 6 +- 2 files changed, 1 insertion(+), 233 deletions(-) delete mode 100644 Ghidra/Features/GraphServices/src/main/java/ghidra/graph/visualization/SelectionFilterMenu.java diff --git a/Ghidra/Features/GraphServices/src/main/java/ghidra/graph/visualization/SelectionFilterMenu.java b/Ghidra/Features/GraphServices/src/main/java/ghidra/graph/visualization/SelectionFilterMenu.java deleted file mode 100644 index 741d0294d3..0000000000 --- a/Ghidra/Features/GraphServices/src/main/java/ghidra/graph/visualization/SelectionFilterMenu.java +++ /dev/null @@ -1,228 +0,0 @@ -/* ### - * IP: GHIDRA - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package ghidra.graph.visualization; - -import org.jgrapht.Graph; -import org.jgrapht.graph.AsSubgraph; -import org.jungrapht.visualization.VisualizationViewer; -import org.jungrapht.visualization.selection.MutableSelectedState; - -import javax.swing.AbstractButton; -import javax.swing.JButton; -import javax.swing.JCheckBox; -import javax.swing.JMenuItem; -import javax.swing.JPopupMenu; -import java.awt.Component; -import java.util.Collection; -import java.util.HashSet; -import java.util.Set; -import java.util.function.BiFunction; -import java.util.function.Consumer; -import java.util.function.Predicate; -import java.util.stream.Collectors; - -/** - * {@code PopupMenu to offer vertex selection options. The user can - *