рефакторинг контролов таблиц. убрал странный и запутанный старый код
This commit is contained in:
@@ -75,8 +75,8 @@ public class GroupsDBTable extends iDBTable<Group> {
|
||||
return res;
|
||||
}
|
||||
@Override
|
||||
protected DataSetControlForm createUI() {
|
||||
return new DataSetControlForm(this) {
|
||||
protected DataSetControlForm createUI(JPanel mountPanel) {
|
||||
return new DataSetControlForm(this,mountPanel) {
|
||||
@Override
|
||||
public boolean hasCheckBox() {
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user