java 100例子
import javax.swing.JOptionPane //調用method
class c { //定義名字
public static void main(String[] args)
{ //開始method
JOptionPane.showMessageDialog( null, "錯誤" ) //顯示一條信息
System.exit(0) // 結束程序
} //結束method
} //結束class
標簽:
JOptionPane
import
method
public
上傳時間:
2015-05-18
上傳用戶:gengxiaochao