每次输入这个代码都会找不到符号

class Example1_4
{
public static void main(String[] args)
{
J0ptionPane.showMessageDialog(null,"在对话框窗体中显示输出内容!");
System.exit(0);
}
}

JOptionPane,不是J0ptionPane
大写字母O,题主代码写成数字0了。。

J0ptionPane中第二个字符是0还是O?

img