JOptionPane.showMessageDialog(null, "the answer" + sum, "the title",
JOptionPane.PLAIN_MESSAGE);
它是我在eclipse *Juno* 中的代码给出SYNTAX
错误。
JOptionPane.showMessageDialog(null, "the answer" + sum, "the title",
JOptionPane.PLAIN_MESSAGE);
它是我在eclipse *Juno* 中的代码给出SYNTAX
错误。