标题翻译
How can I acces description of JFXTextField?
问题
我需要查看 JFoenix 组件 JFXTextField 的描述。
通常可以通过在代码中按下 CTRL 键并单击 "JFXTextField" 来实现这一点。
在这个视频中,它是有效的,可以查看 3:20 的部分。
https://www.youtube.com/watch?v=MU0MCdk3i7s。
然而,当我这样做时,我得到的是:
类描述
我不知道这是什么原因,所以有人可以告诉我如何访问这个描述吗?
谢谢!!
英文翻译
I need to see the description of the JFoenix component JFXTextField.
This should usually be possible with CTRL + clicking on "JFXTextField" somewhere in the code.
In this video it works, see 3:20
https://www.youtube.com/watch?v=MU0MCdk3i7s.
However when I do this, this is what I get:
class description
I don't know what's the cause of this so can anybody tell me how I get access to this description?
Thank you!!
专注分享java语言的经验与见解,让所有开发者获益!
评论