摘要: =======================================================================package ui;import javax.swing.JFrame;public class MainFrame extends JFrame {private static final long serialVersionUID = 1L;BusyP... 阅读全文
posted @ 2009-06-23 10:37 小白熊 阅读(335) 评论(0) 推荐(0) 编辑
摘要: this.addMouseListener(newMouseAdapter(){@OverridepublicvoidmousePressed(MouseEvente){if((e.getModifiers()&InputEvent.BUTTON1_MASK)!=0){System.out.println("LeftButtonispressed.");}if((e.getModifier... 阅读全文
posted @ 2009-06-23 10:37 小白熊 阅读(328) 评论(0) 推荐(0) 编辑
摘要: import java.awt.Font;import javax.swing.JButton;import javax.swing.JFrame;import javax.swing.JMenu;import javax.swing.JMenuBar;import javax.swing.JMenuItem;import javax.swing.UIManager;@SuppressWarnin... 阅读全文
posted @ 2009-06-23 10:36 小白熊 阅读(241) 评论(0) 推荐(0) 编辑