Распределение вкладок
This commit is contained in:
@@ -17,19 +17,21 @@ public class TestingForm implements FormWithSplitters, TestingWindow {
|
||||
return content;
|
||||
}
|
||||
public JSplitPane SC50;
|
||||
public JSplitPane SC48;
|
||||
public JSplitPane SC49;
|
||||
public JSplitPane SC46;
|
||||
public JSplitPane SC53;
|
||||
public JSplitPane SC56;
|
||||
public JSplitPane SC63;
|
||||
public JSplitPane SC59;
|
||||
public JSplitPane SC64;
|
||||
public JSplitPane SC65;
|
||||
public JSplitPane SC66;
|
||||
//-
|
||||
public JSplitPane SC64;
|
||||
public JSplitPane SC70;
|
||||
public JSplitPane SC63;
|
||||
public JSplitPane SC59;
|
||||
public JSplitPane SC71;
|
||||
public JSplitPane SC72;
|
||||
//---
|
||||
private JTabbedPane testingTabs;
|
||||
private JPanel dvmPackagesTab;
|
||||
private JPanel dvmComparisonTab;
|
||||
private JPanel sapforPackagesTab;
|
||||
private JPanel sapforComparisonTab;
|
||||
|
||||
private JPanel dvmRunTasksPanel;
|
||||
private JToolBar testsResultsTools;
|
||||
private JButton bChangeKernels;
|
||||
@@ -37,8 +39,6 @@ public class TestingForm implements FormWithSplitters, TestingWindow {
|
||||
private JPanel configurationsPanel;
|
||||
private JPanel dvmPackagesPanel;
|
||||
private JButton bCompilationFilter;
|
||||
private JPanel dvmTestingPanel;
|
||||
private JPanel sapforTestingPanel;
|
||||
private JPanel packageVersionsPanel;
|
||||
private JPanel sapforConfigurationsPanel;
|
||||
private JLabel sapforConfigurationsLabel;
|
||||
@@ -47,7 +47,7 @@ public class TestingForm implements FormWithSplitters, TestingWindow {
|
||||
private JPanel sapforScenariosPanel;
|
||||
private JPanel serverSapforsPanel;
|
||||
private JPanel sapforPackagesPanel;
|
||||
private JTabbedPane sapforPackageTabs;
|
||||
|
||||
private JPanel testsRunTasksBackground;
|
||||
private JCheckBox filterFinished;
|
||||
private JButton bTest;
|
||||
@@ -172,11 +172,11 @@ public class TestingForm implements FormWithSplitters, TestingWindow {
|
||||
}
|
||||
@Override
|
||||
public void ShowCurrentServerSapfor() {
|
||||
testingTabs.setTitleAt(1, "SAPFOR: " + Current.getServerSapfor().version);
|
||||
testingTabs.setTitleAt(2, "SAPFOR: " + Current.getServerSapfor().version);
|
||||
}
|
||||
@Override
|
||||
public void ShowNoServerSapfor() {
|
||||
testingTabs.setTitleAt(1, "SAPFOR: ?");
|
||||
testingTabs.setTitleAt(2, "SAPFOR: ?");
|
||||
}
|
||||
@Override
|
||||
public void ShowCurrentDVMPackage() {
|
||||
|
||||
Reference in New Issue
Block a user