package com.tjyx.frame.eventAction; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import com.tjyx.bill.MyThread; import com.tjyx.frame.ShowMessage; import com.tjyx.frame.common.swap.Swap; /** * 所有的事件处理类 * * @author yangtao * */ public class MyAction implements ActionListener { /** * 实现方法 */ public void actionPerformed(ActionEvent e) { String s = e.getActionCommand(); if (s.equals("关于")) { new ShowMessage("版本:1.0\n作者:重庆工程学院软件工程系1300161班 杨淘\n声明:本软件只用作学习和交流!", "《突击英雄》自动领礼包机 "); } if (s.equals("退出")) { System.exit(0); } if (s.equals("开始")) { //创建一个后台任务 Swap.isEnd=true;//线程开始标示 Swap.worker = new MyThread(); Swap.buttonMap.get("开始").setVisible(false);//让开始按钮隐藏 Swap.worker.execute(); } if (s.equals("结束")) { if (Swap.worker != null) { // 安全结束后台任务 Swap.isEnd=false;//线程结束标示 Swap.worker.cancel(true); Swap.buttonMap.get("开始").setVisible(true);//让开始按钮回来 } } } }
最近下载更多
yongzheng132 LV17
2019年6月21日
规范化 LV34
2019年6月21日
HSZ452200852 LV1
2018年9月30日
Smail_ LV19
2017年4月1日
248196826 LV13
2017年2月21日
Yuancc LV21
2016年12月12日
liruiu5 LV1
2016年10月11日
b750101140 LV1
2015年7月18日
rxw4703 LV14
2015年6月18日
dafang LV12
2015年5月18日
最近浏览更多
3334004690 LV10
3月6日
xp95323 LV14
2023年11月27日
hougui LV1
2023年6月20日
17683946472 LV9
2023年6月8日
qq1176648922 LV6
2022年11月10日
2206371875 LV7
2021年12月14日
heiqiang198603 LV1
2021年12月9日
任星浩 LV1
2021年11月18日
yin出门买了吗了 LV9
2021年11月16日
最代码-宋家辉 LV61
2021年11月7日