예제 #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();
 }