codecentric / NSMenuFX

Other
128 stars 27 forks source link

Checkmark icon for frontmost window #12

Closed msgilligan closed 8 years ago

msgilligan commented 8 years ago

The Windows menu lists displayed windows and allows bringing a window to the front by selecting it. (Cool!)

However, it should place a checkmark in front of the name of the currently selected window.

0x4a616e commented 8 years ago

I'm currently adding some own native methods to access the native menu bar. This allows to use cocoas own window menu handling that'll automatically add the checkmark to the currently selected window menu item. This also makes the java code a bit easier.

0x4a616e commented 8 years ago

Should be fixed with the latest commits. I'll upload a new jar to maven central soon.

msgilligan commented 8 years ago

Any word on the new jar?

0x4a616e commented 8 years ago

New jar has just been uploaded!