星期一, 10月 17, 2005

Lab JOptionPane

Use the following command to generate a window input dialog

String myString=JOptionPane.showInputDialog("Enter a number: ");

use the following command to convert a string to a number

int myNumber = Integer.parseInt(myString);

and finally use the following command to print the input number to the console

System.out.println("The number is "+ myNumber);

Don't forget the following import command

import javax.swing.JOptionPane;

so that Java can recognize JOptionPane library.

11 則留言:

小印 提到...

9326149 電子二甲 朱衍印
Lab JOptionPane

winni 提到...

電子二乙 9326230 張惠雯
10/17上課練習程式

一朵停在人體的花 提到...

電子四乙 9126266 莊傑迪

Xabier Adada 提到...

okay
電子三丙 簡宏達 9226348

林鉦凱 提到...

已經完成 電子三丙 林鉦凱

Aclose 提到...

9326311 電子二丙 余幸娟
JOptionPane

阿正 提到...

電子三甲 9226135 阮文正

MIMI 提到...

9228213 電機三乙 喻俊嘉
http://s9228213.blogspot.com/

ceochu 提到...

電子三乙 9226262 朱政宏
Lab JOptionPane完成

GG 提到...

9326323 林敬凱 電子二丙

Lab JOptionpane

HAVE ONE`S WAY 提到...

JOptionPane
電子二乙
9326247
柯佑霖