Normal
Es funktioniert nicht....Beim Kompilieren kommt das heraus:[code]ZahlenratenMPv2.java:9: error: cannot find symbolint Player1Zahl = JOptionPane.showInputDialog; ^ symbol: variable JOptionPane location: class ZahlenratenMPv2ZahlenratenMPv2.java:19: error: cannot find symbolint Player2Zahl = JOptionPane.showInputDialog; ^ symbol: variable JOptionPane location: class ZahlenratenMPv2[/code]
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;
location: class ZahlenratenMPv2[/code]