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.
我想在向导中为我的一个小部件实现一个工具提示。我喜欢有一个看起来像 Eclipse 工具提示的工具提示(当悬停在 java 编辑器中的任何东西时,将显示工具提示,就像需要该工具提示一样)。是否可以在 Wizard 中实现?如果是,如何实施。?
您可以使用Control.getToolTipText()来设置工具提示。您可以使用向导中创建的控件来执行此操作吗?如果没有,您能解释一下您的控件是如何创建的吗?
Control.getToolTipText()