в процессе редизайна. не очень нравится как вкладки расположены.
This commit is contained in:
@@ -119,12 +119,12 @@ public class CompilersDBTable extends iDBTable<Compiler> {
|
||||
@Override
|
||||
public void ShowCurrentObject() throws Exception {
|
||||
super.ShowCurrentObject();
|
||||
UI.getMainWindow().getTestingWindow().ShowCredentials();
|
||||
UI.getMainWindow().ShowCredentials();
|
||||
}
|
||||
@Override
|
||||
public void ShowNoCurrentObject() throws Exception {
|
||||
super.ShowNoCurrentObject();
|
||||
UI.getMainWindow().getTestingWindow().ShowCredentials();
|
||||
UI.getMainWindow().ShowCredentials();
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
@@ -82,14 +82,12 @@ public class MachinesDBTable extends iDBTable<Machine> {
|
||||
@Override
|
||||
public void ShowCurrentObject() throws Exception {
|
||||
super.ShowCurrentObject();
|
||||
UI.getMainWindow().getTestingWindow().ShowCurrentMachine();
|
||||
UI.getMainWindow().getTestingWindow().ShowCredentials();
|
||||
UI.getMainWindow().ShowCredentials();
|
||||
}
|
||||
@Override
|
||||
public void ShowNoCurrentObject() throws Exception {
|
||||
super.ShowNoCurrentObject();
|
||||
UI.getMainWindow().getTestingWindow().ShowNoCurrentMachine();
|
||||
UI.getMainWindow().getTestingWindow().ShowCredentials();
|
||||
UI.getMainWindow().ShowCredentials();
|
||||
}
|
||||
@Override
|
||||
protected void AdditionalInitColumns() {
|
||||
|
||||
@@ -76,12 +76,12 @@ public class UsersDBTable extends iDBTable<User> {
|
||||
@Override
|
||||
public void ShowCurrentObject() throws Exception {
|
||||
super.ShowCurrentObject();
|
||||
UI.getMainWindow().getTestingWindow().ShowCredentials();
|
||||
UI.getMainWindow().ShowCredentials();
|
||||
}
|
||||
@Override
|
||||
public void ShowNoCurrentObject() throws Exception {
|
||||
super.ShowNoCurrentObject();
|
||||
UI.getMainWindow().getTestingWindow().ShowCredentials();
|
||||
UI.getMainWindow().ShowCredentials();
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user