Class SpringBootTrayLauncherConfiguration

java.lang.Object
org.fuchss.traylauncher.SpringBootTrayLauncherConfiguration

public class SpringBootTrayLauncherConfiguration extends Object
The configuration for SpringBootTrayLauncher.
Author:
Dominik Fuchss
  • Constructor Details

    • SpringBootTrayLauncherConfiguration

      public SpringBootTrayLauncherConfiguration(String name, String mainUrl, Image trayIcon)
      Set the name, main url (entry point to - see isAutoOpenMainUrl()), and an image for the tray.
      Parameters:
      name - the name of the application
      mainUrl - the main url
      trayIcon - the tray icon image as image
    • SpringBootTrayLauncherConfiguration

      public SpringBootTrayLauncherConfiguration(String name, String mainUrl, InputStream trayIcon)
      Set the name, main url (entry point to - see isAutoOpenMainUrl()), and an image for the tray.
      Parameters:
      name - the name of the application
      mainUrl - the main url
      trayIcon - the tray icon image as input stream
  • Method Details