|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.ObjectSpiegelZahlDialog
public class SpiegelZahlDialog
Erzeugen einer symmetrische Zahl durch Spiegelung. Spieldialog mittels Konsole/Tastatur.
| Constructor Summary | |
|---|---|
SpiegelZahlDialog()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
Startet das Spiegelzahlprogramm. |
private void |
spielen(SpiegelZahl spiegel)
Dialog zum Spiel, liest Startzahl ein, addiert Spiegel bis Palindrom entstanden ist oder Nutzer abbricht. |
void |
starten()
Startet Dialog mittels Konsole/Tastatur, ermoeglich Spielwiederholung. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SpiegelZahlDialog()
| Method Detail |
|---|
public void starten()
private void spielen(SpiegelZahl spiegel)
spiegel - aktuelle Spielpublic static void main(java.lang.String[] args)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||