开发者

showing pop up dialog box

开发者 https://www.devze.com 2022-12-22 03:23 出处:网络
hii I want show a pop up Dialog box when i click on to button Explanation: Actually i m creating a program in which i send a mail to email id

hii I want show a pop up Dialog box when i click on to button

Explanation:

Actually i m creating a program in which i send a mail to email id I want to take email address to send mail for that I want a pop up dialog which ask me to type email valid address after that i want to take that email address from that dialog box 开发者_运维问答for send mail


You can use JOptionPane for that

http://java.sun.com/docs/books/tutorial/uiswing/components/dialog.html#input

0

精彩评论

暂无评论...
验证码 换一张
取 消