osx - Using Mac OS X Services-menu from a Java/Swing application -


i make java/swing application compatible services-menu available on mac os x. example, user select text in jtextarea , have converted speech services -> speech -> start speaking text. there simple way achieve that? (the application should still able run on platforms other mac os x.)

have @ apple's osxadapter package (link requires free apple developer login) java development. samples included in package shows how integrate nicely os x application menu in way activated when application running under os x.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -