Native Swing Menu Bar Support For MacOS X In Java

后端 未结 7 1992
北海茫月
北海茫月 2020-12-01 09:54

A link that stands out is http://www.devdaily.com/blog/post/jfc-swing/handling-main-mac-menu-in-swing-application/ however the menu bar under Mac OS X displays as the packag

7条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-01 10:29

    If you want to deliver an application that looks native on Mac OS X, one important part is to deliver an appplication bundle. Within the application bundle, you will be able to provide a property list file in order to solve this problems.

    Some official info: Java Development Guide for Mac OS X

提交回复
热议问题