文件名称:Exercise-VI
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 9kb
- 下载次数:
- 0次
- 提 供 者:
- huan****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
The applications in Chapters 210 display text at the command window and obtain input from the command window. Most applications you use on a daily basis use windows or dialog boxes (also called dialogs) to interact with the user. For example, e-mail programs allow you to type and read messages in a window provided by the e-mail program. Typically, dialog boxes are windows in which programs display important messages to the user or obtain information from the user. Java s JOptionPane class (package javax.swing) provides prepackaged dialog boxes for both input and output. These dialogs are displayed by invoking static JOptionPane methods. Figure 11.2 presents a simple addition application that uses two input dialogs to obtain integers from the user and a message dialog to display the sum of the integers the user enters.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Exercise-VI\HK\.classpath
...........\..\.project
...........\..\bin\hk5_1.class
...........\..\...\hk5_2.class
...........\..\...\hk5_3.class
...........\..\...\hk6_.class
...........\..\...\hk6_29.class
...........\..\...\hk6_33.class
...........\..\...\main.class
...........\..\...\we.class
...........\..\src\hk6_29.java
...........\..\...\hk6_33.java
...........\..\bin
...........\..\src
...........\HK
Exercise-VI
...........\..\.project
...........\..\bin\hk5_1.class
...........\..\...\hk5_2.class
...........\..\...\hk5_3.class
...........\..\...\hk6_.class
...........\..\...\hk6_29.class
...........\..\...\hk6_33.class
...........\..\...\main.class
...........\..\...\we.class
...........\..\src\hk6_29.java
...........\..\...\hk6_33.java
...........\..\bin
...........\..\src
...........\HK
Exercise-VI