标签: java
如何使用org-openide-awt jar文件在java GUI上创建通知。
org-openide-awt
java
public void actionPerformed(ActionEvent e) { NotificationDisplayer.getDefault().notify("Title 1", icon, "Text 1", new DemoActionListener(), NotificationDisplayer.Priority.HIGH); }
我试试这个。但是没有工作。