Using 10.8 Notification Center in Java

后端 未结 4 1406
遇见更好的自我
遇见更好的自我 2020-12-29 07:06

this is just a general question. I\'m not having an actual project or something else where I want to do this. Is it possible to build an App in Java and add some framework s

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-29 07:15

    One possible solution will be Growl when the App will be updated to Growl 2.0 which will forward Growl Notifications to the Notification Center.

    Informations about Growl 2

    Growl Messages can be forwarded with the current Versions by using MoutainGrowl

    Growl can be used under Java with libgrowl or jgntp

    Maybe it's not the cleanest solution and it has some requirements to the user but it's definitely one that works

提交回复
热议问题