i have a problem with code below
import javax.swing.*;
class HelloWorld
{
public static void main(String x[])
{
JOptionPane.showMessageDilog(null,"Welcome","Bscs",1);
}
}
i try my best but i can not understand the following error
HelloWorld.java:5: error: cannot find symbol
JOptionPane.showMessageDiloge(null,"Welcome","Bscs",1);
^
symbol: method showMessageDiloge(<null>,String,String,int)
location: class JOptionPane
1 error
plz help me