JAVA GUI

1.java输入html String firstnumber=JOptionPane.showInputDialog("Enter first inter","hello"); //上面不但是int 类型,如需使用Int ,用Integer.parseInt转化 JOptionPane.showMessageDialog(null,firstnumber ); 2. Swing 和AWT S
相关文章
相关标签/搜索