JAVA freshers code with Netbeans Swing
Thursday, 15 September 2016
MessageBox in java
Right click..
Drag and drop JButton1 click event
To show messageBox
JOptionPane.
showMessageDialog
(
null
,"
hello world
");
Newer Post
Home