FPrincipal.java 文件源码

java
阅读 31 收藏 0 点赞 0 评论 0

项目:erp 作者:
public void setTrayIcon(PopupMenu pm) {
    try {
        // Comentado para compatibilizar com java 1.5
        /*
         * this.tray = SystemTray.getSystemTray(); this.toolkit =
         * Toolkit.getDefaultToolkit();
         * 
         * this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
         * 
         * this.trayIcon = new TrayIcon(this.getIconImage(),
         * this.getTitle(), pm); this.trayIcon.setImageAutoSize(true);
         * this.trayIcon.addActionListener(new TratadorDuploClique(this));
         * this.tray.add(this.trayIcon);
         */

    }
    catch (Exception e) {
        e.printStackTrace();
    }



}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号