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.
我想让整行可编辑...例如,如果用户选择第 1 列而不是单击编辑按钮,则表格将以可编辑的形式显示整行...如果有人可以在按钮事件时仅提供代码,那就太好了。
我认为必须使用JToggleButton,因为与(有两种状态)JButton相比,(s)简单的点击立即完成JToggleButton
JToggleButton
JButton
因为JTable必须设置正确的 SelectionMode 并覆盖public boolean isCellEditable(int row, int col) {
JTable
public boolean isCellEditable(int row, int col) {