Package net.messagevortex
Class MessageVortexStatus
java.lang.Object
net.messagevortex.MessageVortexStatus
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddisplayMessage(String title, String message) Displays a ballon message at the tray icon.
-
Constructor Details
-
MessageVortexStatus
public MessageVortexStatus()
-
-
Method Details
-
displayMessage
Displays a ballon message at the tray icon.
- Parameters:
title- the title of the messagemessage- the message to be displayed
-