Keep Coding - otherwise you will forget
Cover Image
Tabs
C/C++
Java
Ignou Stuffs
Java
Simple program to display Message Dialog Box in java
import
javax.swing.JOptionPane;
class
MessageDialog{
public static void
main(String ar[]){
JOptionPane.showMessageDialog(
null
,
"\"Keep Coading\""
);
}
}
Output
:
No comments:
Post a Comment
Home
Subscribe to:
Posts (Atom)
Blog Archive
▼
2014
(4)
▼
October
(1)
Program that accepts two integers as input and pri...
►
September
(3)
No comments:
Post a Comment