programs of java
examples of java programs,these programs are very useful to Beginners,and students to learn java
Wednesday, 26 July 2017
dailogue box using swings
import javax.swing.JOptionPane;
public class DailougeBox {
public static void main(String[] argv) throws Exception {
JOptionPane.showMessageDialog(null, "hai guys wellcome to java world");
}
}
OUTPUT:
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment