Auf Thema antworten

Es funktioniert nicht....

Beim Kompilieren kommt das heraus:


[code]ZahlenratenMPv2.java:9: error: cannot find symbol

int Player1Zahl = JOptionPane.showInputDialog;

                  ^

  symbol:   variable JOptionPane

  location: class ZahlenratenMPv2

ZahlenratenMPv2.java:19: error: cannot find symbol

int Player2Zahl = JOptionPane.showInputDialog;

                  ^

  symbol:   variable JOptionPane

  location: class ZahlenratenMPv2[/code]



Oben