NotificationDisplayer, add action to title
"Dane" <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello, when you call the .show()-method of NotificationDisplayerImpl, you can add an action to the details. But what i try to do is to not add the action to the details but to the title. So if you click on the title my action will be performed. Is there a way to do this? Thanks.