no message
This commit is contained in:
@@ -18,4 +18,6 @@ public interface TestingWindow extends VisualizerForm {
|
||||
void ShowNoSapforPackageVersion();
|
||||
void FocusSapforTesting();
|
||||
void ShowCurrentCompiler();
|
||||
void ShowCurrentServerSapfor();
|
||||
void ShowNoServerSapfor();
|
||||
}
|
||||
|
||||
@@ -188,4 +188,12 @@ public class TestingForm implements FormWithSplitters, TestingWindow {
|
||||
"DVM система: " + Current.getCompiler().description: "DVM система: ?";
|
||||
testingTabs.setTitleAt(0, title);
|
||||
}
|
||||
@Override
|
||||
public void ShowCurrentServerSapfor() {
|
||||
testingTabs.setTitleAt(1, "SAPFOR: " + Current.getServerSapfor().version);
|
||||
}
|
||||
@Override
|
||||
public void ShowNoServerSapfor() {
|
||||
testingTabs.setTitleAt(1, "SAPFOR: ?");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user