|
|
|
@ -238,8 +238,8 @@ public class DBManipulationPane extends BasicBeanPane<DBManipulation> {
|
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
helpButton.set4ToolbarButton(); |
|
|
|
|
buttonGroup.add(row(5, cell(UpdateCheckBox), |
|
|
|
|
cell(helpButton))); |
|
|
|
|
checkBoxUpdatePane.add(row(5, cell(UpdateCheckBox), cell(helpButton)).getComponent()); |
|
|
|
|
buttonGroup.add(cell(checkBoxUpdatePane)); |
|
|
|
|
controlBtnPane.add(column(5, buttonGroup.toArray(new Layouts.Cell[0])).getComponent()); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|