net.jetrix
Class SystrayManager
java.lang.Object
net.jetrix.SystrayManager
public class SystrayManager
- extends Object
Manages the system tray (windows only).
- Since:
- 0.2
- Version:
- $Revision: 566 $, $Date: 2005-01-10 17:43:21 +0100 (lun., 10 janv. 2005) $
- Author:
- Emmanuel Bourg
Method Summary |
static void |
close()
Remove the system tray menu. |
static void |
open()
Create and display the system tray menu. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SystrayManager
public SystrayManager()
open
public static void open()
- Create and display the system tray menu.
close
public static void close()
- Remove the system tray menu.
Copyright © 2001-2008 Emmanuel Bourg. All Rights Reserved.