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.
当用户单击一个顶点时,我想设置一个显示(部分)顶点属性的面板可见(JUNG 教程使用弹出菜单解释了相同的行为)。有人可以解释一下我必须使用哪个插件吗?
感谢任何提示,
听起来你需要自己的插件。不过,基本上你只需要监听顶点的点击,所以你可以使用现有的插件来指导大部分内容。填充和显示面板由您决定。