锘??xml version="1.0" encoding="utf-8" standalone="yes"?>久久天天躁狠狠躁夜夜avapp,丁香色欲久久久久久综合网,岛国搬运www久久http://m.shnenglu.com/apple/category/10200.html涓栦笂鏈棤浜嬶紝搴鎬漢鑷壈涔嬶紒zh-cnTue, 12 May 2009 05:05:46 GMTTue, 12 May 2009 05:05:46 GMT60swing.JOptionPanehttp://m.shnenglu.com/apple/archive/2009/05/11/82581.html鏄庣帇涓嶅姩鏄庣帇涓嶅姩Mon, 11 May 2009 08:14:00 GMThttp://m.shnenglu.com/apple/archive/2009/05/11/82581.htmlhttp://m.shnenglu.com/apple/comments/82581.htmlhttp://m.shnenglu.com/apple/archive/2009/05/11/82581.html#Feedback0http://m.shnenglu.com/apple/comments/commentRss/82581.htmlhttp://m.shnenglu.com/apple/services/trackbacks/82581.html
import javax.swing.JOptionPane; publicclass windowss{ publicstaticvoid main(String[] args){ String aa; aa=JOptionPane.showInputDialog("please enter a number:"); String bb; bb=JOptionPane.showInputDialog("plese enter a number:"); int a; a=Integer.parseInt(aa)+Integer.parseInt(bb);; String outstr; JOptionPane.showMessageDialog(null,"the result is:"+a,"try",JOptionPane.INFORMATION_MESSAGE); System.exit(0); } }