Topic: Free library provides System Tray Icons under Windows. |
Print this page |
1.Free library provides System Tray Icons under Windows. | Copy to clipboard |
Posted by: frankwg Posted on: 2003-02-13 12:01 There is a free library provides the capability to add System Tray Icons. You can use this library to create a program with interface like MSN messager or Anitivirus program. For more details, please refer to the following web site: http://jeans.studentenweb.org/java/trayicon/trayicon.html |
2.Re:Free library provides System Tray Icons under Windows. [Re: frankwg] | Copy to clipboard |
Posted by: taogang Posted on: 2003-02-13 17:38 yes, a good package, I am using it. However, how do you enable double click to restore a iconified app? it now supports single click. I got problem to determine double clicks in actionPerformed method. Any suggestions will be appreciated! |
3.Re:Free library provides System Tray Icons under Windows. [Re: frankwg] | Copy to clipboard |
Posted by: frankwg Posted on: 2003-02-13 18:14 Check ClickCount with following code fragment. Class ClickListener extends MouseAdapter { public void mousePressed(MouseEvent me) { if (me.getClickCount() == 2) { // do something. } } } |
4.Re:Free library provides System Tray Icons under Windows. [Re: frankwg] | Copy to clipboard |
Posted by: frankwg Posted on: 2003-03-05 15:55 up |
5.Re:Free library provides System Tray Icons under Windows. [Re: frankwg] | Copy to clipboard |
Posted by: taogang Posted on: 2003-03-05 22:28 I've tried it, it causes problem |
6.Re:Free library provides System Tray Icons under Windows. [Re: frankwg] | Copy to clipboard |
Posted by: frankwg Posted on: 2003-03-06 10:03 What kind of problem? |
Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1 客服电话 18559299278 客服信箱 714923@qq.com 客服QQ 714923 |