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; }