Ejemplo n.º 1
0
 private Container mostrarInstitucionesGUI() {
   return (Container) FactoriaPanelesGUI.creaPanelGUI(PanelGUI.INSTITUCION).getContenedor();
 }
Ejemplo n.º 2
0
 private Container mostrarLoteriasGUI() {
   return (Container) FactoriaPanelesGUI.creaPanelGUI(PanelGUI.LOTERIA_NUEVO).getContenedor();
 }
Ejemplo n.º 3
0
 private Container mostrarEmpleadosGUI() {
   return (Container) FactoriaPanelesGUI.creaPanelGUI(PanelGUI.EMPLEADO).getContenedor();
 }
Ejemplo n.º 4
0
 private Container mostrarNuevoBingoGUI() {
   return (Container) FactoriaPanelesGUI.creaPanelGUI(PanelGUI.BINGO_NUEVO).getContenedor();
 }