no message
This commit is contained in:
@@ -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