All Downloads are FREE. Search and download functionalities are using the official Maven repository.

java.awt.SystemTray Maven / Gradle / Ivy

package java.awt;

public class SystemTray {
    public static SystemTray getSystemTray() {
        return new SystemTray();
    }

    public void add(TrayIcon trayIcon) throws AWTException {

    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy