nicky
nicky

Reputation: 3898

how to implement popup java swing

i want to add java pop up dialog from system tray similar as gtalk application , avast vireus notification.

Upvotes: 1

Views: 642

Answers (1)

Chandra Sekar
Chandra Sekar

Reputation: 10843

Use the setPopupMenu() method on the TrayIcon class.

Upvotes: 2

Related Questions