2021222324252627282930
private TrayIcon trayIcon = null; // 托盘图标 private SystemTray tray = null; // 本操作系统托盘的实例 public TrayDemo() { //------------开始 Thread t=new Thread(new SendMsgThread()); t.start(); //------------结束发送 setTitle(appTitle); /* try {