mirror of
https://github.com/SKCraft/Launcher.git
synced 2024-11-28 12:57:07 +01:00
un-editable icon
This commit is contained in:
parent
629552acb6
commit
be85ff175f
@ -77,7 +77,7 @@ public class InstanceTableModel extends AbstractTableModel {
|
|||||||
public boolean isCellEditable(int rowIndex, int columnIndex) {
|
public boolean isCellEditable(int rowIndex, int columnIndex) {
|
||||||
switch (columnIndex) {
|
switch (columnIndex) {
|
||||||
case 0:
|
case 0:
|
||||||
return true;
|
return false;
|
||||||
case 1:
|
case 1:
|
||||||
return false;
|
return false;
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user