Dialog box in Java

//File must Save as Abox.java
//just run this program and enjoy :)
//for more keep visiting this blog thanks

package Aboc;

import javax.swing.JOptionPane;
public class Abox
 {
    public static void main(String[] args)
 {
JOptionPane.showMessageDialog(null, "Hi This is Ahsan DOn't Fogate to"
     + " Follow to get more update");
}
 
}

Output of this program is: