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.
我正在使用 aJTree为我的应用程序生成一些选项卡。
JTree
每次我在右侧面板上选择一个节点时,我都会加载一个新页面。
我想在鼠标释放时生成节点选择事件。
尽管它具有重要的用户界面含义,但您可能会查看JTree select on mouse release中显示的方法。它用一个侦听器替换树中的所有实例,MouseListener该侦听器将所需的鼠标事件转发给原始实例。
MouseListener