摘要: ``` import java.awt.Color; import java.awt.event.*; import javax.swing.*; public class My implements ActionListener{ JFrame f; JButton b; JPanel p; public My(){ f=new JFrame(); p=new JPane... 阅读全文
posted @ 2019-05-10 00:09 Song阿 阅读(160) 评论(0) 推荐(0)