0

I'm writing a Clojure app with a NSStatusBar UI on OS X. What is the best practice for this?

I'm aware of ClojureM that compiles Clojure to Objective-C (based on ClojureScript), but that's not what I'm looking for. My app will run on a JVM and just needs to talk to NSStatusBar.

Blacksad
  • 14,906
  • 15
  • 70
  • 81
  • See http://stackoverflow.com/questions/13481504/creating-an-nsstatusitem-menubar-app-in-java – Diego Basch Sep 13 '14 at 16:21
  • Thanks @DiegoBasch. I see that java.awt.TrayIcon is limited to tray items based on images, but I actually need a text tray item. Worst case, I can generate images from the text I need to display but that would be ugly. Edited my question to add clarification. – Blacksad Sep 13 '14 at 22:01

0 Answers0