JDIC API V2006 Release 0308

软件包 org.jdesktop.jdic.tray

Provides classes for creating tray icons on the desktop.

请参见:
          描述

类摘要
SystemTray The SystemTray class represents the System Tray for a desktop.
TrayIcon The TrayIcon class represents a tray Icon that can be added to a System tray.
 

软件包 org.jdesktop.jdic.tray 的描述

Provides classes for creating tray icons on the desktop.

A tray icon can have a caption (text), an icon, and a menu associated with it. It can also have a tool tip that is displayed when the mouse hovers over the tray icon. To get animation in the notification tray, use an animated GIF for the icon. Tray menus are Swing menus, which enables them to contain icons (unlike Windows and Gnome tray menus) and have either a cross-platform look and feel or the system look and feel.

On Windows, the tray icon is created in the System Tray Area. On Gnome/Unix, it's created in the Notification Area.


JDIC API V2006 Release 0308

For more information and documentation on JDIC, see JDIC website.

That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, working code examples, license terms and bug report information.

Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.