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.
我需要避免在 JTable 中重复行选择。如果再次选择先前选择的行,我不想触发 mouseevent 或需要一些 API 来告诉我它是否是重复的行选择。我可以维护以前选择的行的索引,但如果可能的话,我想避免它
我在我的功能中使用 JIDE 表 API,所以如果有任何与 JIDE 相关的方法可以指示这种情况。