|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mxgxw.games.AdministradorPuntajes
Esta clase guarda los puntajes de los usuarios y genera un cuadro de dialogo que los muestra.
Constructor Summary | |
AdministradorPuntajes()
Constructor por defecto, este inicializa el ArrayList interno que guarda los puntajes. |
Method Summary | |
void |
agregarPuntaje(Puntaje p)
Agrega un nuevo puntaje al ArrayList interno. |
javax.swing.JDialog |
mostrarPuntajes()
Genera un cuadro de dialogo que muestra los puntajes. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AdministradorPuntajes()
Method Detail |
public void agregarPuntaje(Puntaje p)
p
- Puntaje que será agregado al ArrayListpublic javax.swing.JDialog mostrarPuntajes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |