当前位置: 技术问答>java相关
在java中有没有像VB中的 msgbox(),或 VJ++中的 MessageBox??
来源: 互联网 发布时间:2015-01-25
本文导语: | import javax.swing.JOptionPane; JOptionPane.showMessageDialog(null,"hello"); JOptionPane.showInputDialog("input a math");
|
import javax.swing.JOptionPane;
JOptionPane.showMessageDialog(null,"hello");
JOptionPane.showInputDialog("input a math");
JOptionPane.showMessageDialog(null,"hello");
JOptionPane.showInputDialog("input a math");