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

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

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

unit testing - How to mock PreferenceManager in Android? -