Interface ICreateNotificationWindow

    • Method Detail

      • createNotificationWindow

        javax.swing.JWindow createNotificationWindow​(javax.swing.Icon icon,
                                                     java.lang.String title,
                                                     java.lang.String message,
                                                     INotificationStyle style,
                                                     java.awt.GraphicsConfiguration graphicsConfiguration)
        Creates a new notification window
        Parameters:
        icon - The icon of the notification
        title - The title of the notification
        message - The message of the notification
        style - The INotificationStyle of the notification
        graphicsConfiguration - THe GraphicsConfiguration for the window
        Returns:
        a new JWindow