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