摘要: 代码一:package org.jivesoftware.pmsaas.business.domain;import java.awt.BorderLayout;import java.awt.event.WindowAdapter;import java.awt.event.WindowEvent;import javax.swing.JFrame;import javax.swing.JPanel;import javax.swing.SwingUtilities;import chrriis.dj.nativeswing.swtimpl.NativeInterface;/*** 该类是包 阅读全文
posted @ 2013-03-12 17:32 IamThat 阅读(902) 评论(0) 推荐(0) 编辑
摘要: RolloverButton ib1=new RolloverButton("百度",BusinessPluginRes.getImageIcon(BusinessPluginRes.ESTATERES));ib1.addActionListener(new ActionListener() {@Overridepublic void actionPerformed(ActionEvent e) {Runtime rt=Runtime.getRuntime();try {Process proc=rt.exec("C:\\Program Files\\Intern 阅读全文
posted @ 2013-03-12 10:49 IamThat 阅读(576) 评论(0) 推荐(0) 编辑