ItEr29S06CUAsignacionGrupoRecursosAPlanificacionItEr28S06: Extracting method to show window

This commit is contained in:
Óscar González Fernández 2009-10-06 23:41:13 +02:00
parent 2dfbb35e63
commit 684e48a229

View file

@ -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();