06 2018 档案

摘要:import java.awt.Color;import java.awt.EventQueue;import javax.swing.JFrame;import javax.swing.JLabel;import javax.swing.JPanel;imp... 阅读全文
posted @ 2018-06-29 22:05 麦田的老哥 阅读(73) 评论(0) 推荐(0)
摘要:关于这个问题,首先我们应该区分一下getActionCommand()跟getSource()的区别getActionCommand():Returns the command name of the action event fired by this bu... 阅读全文
posted @ 2018-06-24 23:00 麦田的老哥 阅读(17) 评论(0) 推荐(0)
摘要:import java.awt.FileDialog;import java.awt.Menu;import java.awt.MenuBar;import java.awt.MenuItem;import java.awt.event.ActionEvent... 阅读全文
posted @ 2018-06-08 16:51 麦田的老哥 阅读(15) 评论(0) 推荐(0)
摘要:import java.awt.BorderLayout;import java.awt.Color;import java.awt.GridLayout;import java.awt.event.ActionEvent;import java.awt.ev... 阅读全文
posted @ 2018-06-08 15:47 麦田的老哥 阅读(13) 评论(0) 推荐(0)