【发布时间】:2020-01-21 21:30:59
【问题描述】:
我正在将基于 NetBeans Platform 8.2 的旧应用程序移植到新的 NetBeans Platform 11.2 版本。此应用程序包含对以下类的引用:
org.netbeans.modules.options.editor.spi.PreferencesCustomizer
org.netbeans.modules.options.editor.spi.PreviewProvider
我无法通过谷歌搜索、通过 Maven Central 搜索或在 Apache NetBeans 邮件列表中查询。
有谁知道这些是什么,在哪里可以找到它们? Maven 坐标将是理想的,但只需下载其 JAR 或源代码也可以。
【问题讨论】: