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.
我有一个在 JPanel 上显示结果的 Java 应用程序。结果通过使用 JLabel 使用 HTML 显示。
现在我想让用户与本地应用程序交互,当用户单击该 HTML 文档中的链接时,允许调用本地方法。
这可能吗?
那么,回答你的问题是有可能的,但是你不能使用 JLabel,你需要插入一个 JavaFX 组件,然后你可以将你的类设置为 DOM 上的窗口变量,因此你的方法可以从 JavaScript 调用.
看看这个问题的答案。看起来他们正在做你想做的事。