标签: jtable jtogglebutton
我有一个JTable,其中每一行都包含切换按钮。问题是,如果我选择该列中的任何按钮,那么该列中的每个按钮都会被选中。
JTable
如何通过选择该行中的JTable来选择JToggleButton行?
JToggleButton