【发布时间】:2019-01-01 19:56:31
【问题描述】:
在 macOS 上运行 java 应用程序时,javafx 中有没有办法使用NSWindow 的工作表功能?
Sheet 是当前窗口上的可自定义模式窗格,以某种“mac-ish”方式运行:https://developer.apple.com/design/human-interface-guidelines/macos/windows-and-views/sheets/
我知道这种行为在其他平台上是不可能的,我正在寻找 javafx 中的 macOS 实现,类似于 Swift 中的beginSheet():https://developer.apple.com/documentation/appkit/nswindow/1419653-beginsheet
【问题讨论】:
标签: java macos javafx nswindow