I'm a 'JMenu Expert' or w/e, but I've used JMenus a few times before and have gotten them to do what I needed them to do...
However, I am trying to do a new thing, and I'm not actually sure it's possible in java (maybe in Xcode)
I am using a Mac, and I'm trying to make one of those universal statusbar menuitems... (like the little spotlight magnifying glass icon in the top right corner of the screen) where it is visible from all applications, but has all of the other same properties as a JMenu.
I also see that the 'JMenuBar' along with it's 'JMenu's appear on the top of the current java frame.. I want to add this new menu to the top, system-wide menubar at the top of the screen.
So my question is, how can I add a status menubar item to the top right of the screen that is visible from any app?