CSDN博客地址
摘要: import javax.swing.JFrame;import javax.swing.JTextArea;import java.awt.*;import java.awt.event.*;import java.io.BufferedReader;import java.io.Buffered 阅读全文
posted @ 2017-09-28 14:51 Yi_warmth 阅读(3248) 评论(0) 推荐(0) 编辑
摘要: 代码如下: import java.awt.*;import java.text.DateFormat;import java.util.*;import javax.swing.*;public class ClockDemo extends JFrame implements Runnable{ 阅读全文
posted @ 2017-09-28 13:44 Yi_warmth 阅读(1497) 评论(0) 推荐(0) 编辑
CSDN博客地址