Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Mac OS X 为应用程序提供了一个“关于”屏幕。
但是如何更改显示的版本号、显示的图标并以编程方式添加一些文本?我不想要一个单独的 Mac 应用程序包槽,我想将任何东西保存在一个单一的多平台 Jar 文件中。谢谢你。
做到这一点的方法是使用OSXAdapter并调用它的setAboutHandler(...)方法来指向你的方法来弹出一个关于对话框。但显然这是现在的遗产。
setAboutHandler(...)