no message
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
package Visual_DVM_2021.UI.Main;
|
||||
import Common.Current;
|
||||
import Common.Global;
|
||||
import Common.UI.TextField.StyledTextField;
|
||||
import Common.UI.UI;
|
||||
import SapforTestingSystem.SapforTasksPackage.SapforTasksPackageInterface;
|
||||
import Visual_DVM_2021.UI.Interface.FormWithSplitters;
|
||||
import Visual_DVM_2021.UI.Interface.TestingWindow;
|
||||
|
||||
@@ -23,6 +21,7 @@ public class TestingForm implements FormWithSplitters, TestingWindow {
|
||||
public JSplitPane SC56;
|
||||
public JSplitPane SC63;
|
||||
public JSplitPane SC59;
|
||||
public JSplitPane SC64;
|
||||
//-
|
||||
//---
|
||||
private JTabbedPane testingTabs;
|
||||
@@ -45,7 +44,6 @@ public class TestingForm implements FormWithSplitters, TestingWindow {
|
||||
private JPanel sapforTasksPackagesPanel;
|
||||
private JTabbedPane sapforPackageTabs;
|
||||
private JPanel sapforTasksPanel;
|
||||
private JPanel sapforPackageTreePanel;
|
||||
private JPanel testsRunTasksBackground;
|
||||
private JCheckBox filterFinished;
|
||||
private JButton bTest;
|
||||
@@ -145,6 +143,7 @@ public class TestingForm implements FormWithSplitters, TestingWindow {
|
||||
}
|
||||
@Override
|
||||
public void ShowCurrentSapforTasksPackage() {
|
||||
/*
|
||||
UI.Clear(sapforPackageTreePanel);
|
||||
if (SapforTasksPackageInterface.isLoaded(Current.getSapforTasksPackage())){
|
||||
sapforPackageTreePanel.add(
|
||||
@@ -153,9 +152,11 @@ public class TestingForm implements FormWithSplitters, TestingWindow {
|
||||
// new JScrollPane(new SapforTasksPackageTree(SapforTasksPackageInterface.getTree(Current.getSapforTasksPackage())))
|
||||
;
|
||||
}
|
||||
*/
|
||||
}
|
||||
@Override
|
||||
public void ShowNoCurrentSapforTasksPackage() {
|
||||
UI.Clear(sapforPackageTreePanel);
|
||||
|
||||
// UI.Clear(sapforPackageTreePanel);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user