Searched defs:SystemTray (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/
H A DSystemTray.java39 * The <code>SystemTray</code> class represents the system tray for a
46 * be supported, in this case {@link SystemTray#getSystemTray()}
48 * system tray is supported, use {@link SystemTray#isSupported}.
50 * <p>The <code>SystemTray</code> may contain one or more {@link
57 * <p>Every Java application has a single <code>SystemTray</code>
59 * the desktop while the app is running. The <code>SystemTray</code>
62 * <code>SystemTray</code>.
69 * if (SystemTray.isSupported()) {
70 * // get the SystemTray instance
71 * SystemTray tra
123 public class SystemTray { class
147 private SystemTray() { method in class:SystemTray
[all...]

Completed in 22 milliseconds