ItEr29S06CUAsignacionGrupoRecursosAPlanificacionItEr28S06: Extracting method to show window
This commit is contained in:
parent
2dfbb35e63
commit
684e48a229
1 changed files with 4 additions and 0 deletions
|
|
@ -139,6 +139,10 @@ public class ResourceAllocationController extends GenericForwardComposer {
|
|||
.from(formBinder.getCalculatedValue());
|
||||
calculationTypeRadio.doTheSelectionOn(calculationTypeSelector);
|
||||
tbResourceAllocation.setSelected(true);
|
||||
showWindow();
|
||||
}
|
||||
|
||||
private void showWindow() {
|
||||
Util.reloadBindings(window);
|
||||
try {
|
||||
window.doModal();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue