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.
有什么方法可以在点击JList的第一列JTable上加载吗?
JList
JTable
该表在第一列中有区域(每个区域中有多个位置)。我想在区域单击时在列表中向用户显示区域位置。
我从 1 天半开始寻找它。我不想把我的代码放在这里,因为我的表类中有很多功能。
一种方法是将 a 添加ListSelectionListener到表中,如此处所示,ListModel并根据所选行更新您的。AJList听它自己的ListModel,所以更新应该是自动的。
ListSelectionListener
ListModel