package Visual_DVM_2021.UI.Main; import Common.UI.Windows.Dialog.DialogFields; import Visual_DVM_2021.UI.Interface.FormWithSplitters; import javax.swing.*; public class SapforPackageFields implements DialogFields, FormWithSplitters { private JPanel content; public JSplitPane SCY; private JToolBar tools; public JLabel lObjectName; private JButton bApplyObject; private JButton bClose; private JButton bPrevious; private JButton bNext; private JButton bCompare; private JPanel treePanel; public JPanel getContent() { return content; } public SapforPackageFields(){ } }