Ishan Rastogi
Ishan Rastogi

Reputation: 830

how to show an alert message using swt?

I have an swt application and I want to show some alert message on any event. If user has minimized the application then also I want to show some alert at the bottom of the screen no matter what application/browser the user is looking at that time. What is the best way to do it in swt?

Upvotes: 4

Views: 1787

Answers (1)

Baz
Baz

Reputation: 36904

There are a couple of tutorials/libraries for notifications:

Upvotes: 6

Related Questions