摘要:
import javax.swing.*;import java.awt.*;import java.awt.event.*;import java.io.*;public class ChineseTextEdit extends JFrame implements ActionListener{... 阅读全文
posted @ 2015-11-08 13:06
喵小喵~
阅读(592)
评论(0)
推荐(0)
摘要:
JTextArea texA; JScrollPane scroll; TextEdit(String name){ super(name); init(); } void init(){ this.setBounds... 阅读全文
posted @ 2015-11-08 12:17
喵小喵~
阅读(372)
评论(0)
推荐(0)
摘要:
public class Keyboard extends JFrame implements KeyListener{ JLabel I; Keyboard(String name){ super(name); init(); } ... 阅读全文
posted @ 2015-11-08 11:08
喵小喵~
阅读(126)
评论(0)
推荐(0)

浙公网安备 33010602011771号