JAVA
Monday, October 17, 2005
java JOptionpane
import javax.swing.JOptionPane;
public class Untitled1 {
public static void main(String[] args) {
String abc = JOptionPane.showInputDialog("Enter a number");
System.out.print(abc);
}
}
跑出一個視窗以後,輸入你要輸入的數值(456)
最後的結
果
posted by GG at
7:46 PM
0
Comments:
Post a Comment
<< Home
Previous Posts
display 1.7
codemate
homework3
lab2
home2-1
home2-2
JAVA
上課的網址
home1
第一堂課
About Me
Name:
GG
View my complete profile
0 Comments:
Post a Comment
<< Home