package free; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import twaver.TWaverUtil; public class FreeGarbageCollectButton extends FreeToolbarButton { public FreeGarbageCollectButton() { this.setIcon(TWaverUtil.getIcon("/free/test/gc.png")); this.setToolTipText("Click to call garbage collector"); this.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { System.gc(); } }); } }
最近下载更多
励志12345 LV3
5月8日
329512801 LV28
2022年1月18日
cd201481 LV1
2020年2月5日
yongzheng132 LV17
2019年6月24日
通天晓 LV10
2019年4月15日
mixiansheng LV6
2018年12月27日
mengfanyun LV9
2018年11月16日
QueenLuxuMissRy LV1
2018年7月31日
applepaihs1 LV1
2018年7月20日
蓝色鸢尾 LV2
2018年7月20日