Hwo to use box message | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Hwo to use box message

can someone help me plz?

12th Nov 2016, 10:57 PM
Sarmand A. Shekhani
Sarmand A. Shekhani - avatar
2 Answers
+ 5
JOptionPane.showMessageDialog(frame, "your message here"); frame is the parent component
12th Nov 2016, 11:07 PM
Burey
Burey - avatar
0
import javax.swing.JOptionPane; // show input Dialog String input = JOptionPane.showInputDialog(null, "prompt"); // display message JOptionPane.showMessageDialog(null, "message");
23rd Nov 2016, 1:54 AM
Mohammed Fakham
Mohammed Fakham - avatar