摘要:
Random rand = new Random();int r = rand.nextInt(90) +10;
阅读全文
posted @ 2011-01-04 17:02
JayceLi
阅读(603)
推荐(0)
摘要:
1.主要实现从编辑框输入文本,然后点击按钮则文本域打印文本import java.awt.*;import java.awt.event.*;import javax.swing.*;import javax.swing.event.*;import java.applet.*;public class appletprogram extends Applet{ //主方法public stati...
阅读全文
posted @ 2011-01-04 15:38
JayceLi
阅读(471)
推荐(0)