摘要:
package com.KeBen;import java.util.Vector;import javax.swing.*;public class JText extends JFrame{public JText() {JTextArea txt1 = new JTextArea();//文本域txt1.append("一个文本域");//文本域中显示的值txt1.setEditable(f... 阅读全文
posted @ 2009-07-27 21:15
flora_asp.net
阅读(192)
评论(0)
推荐(0)
浙公网安备 33010602011771号