摘要: 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 喵小喵~ 阅读(579) 评论(0) 推荐(0) 编辑
摘要: JTextArea texA; JScrollPane scroll; TextEdit(String name){ super(name); init(); } void init(){ this.setBounds... 阅读全文
posted @ 2015-11-08 12:17 喵小喵~ 阅读(365) 评论(0) 推荐(0) 编辑
摘要: public class Keyboard extends JFrame implements KeyListener{ JLabel I; Keyboard(String name){ super(name); init(); } ... 阅读全文
posted @ 2015-11-08 11:08 喵小喵~ 阅读(119) 评论(0) 推荐(0) 编辑