1
0
mirror of https://github.com/SKCraft/Launcher.git synced 2024-11-24 12:16:28 +01:00

un-editable icon

This commit is contained in:
Slind14 2015-03-21 14:32:09 +01:00
parent 629552acb6
commit be85ff175f

View File

@ -77,7 +77,7 @@ public class InstanceTableModel extends AbstractTableModel {
public boolean isCellEditable(int rowIndex, int columnIndex) {
switch (columnIndex) {
case 0:
return true;
return false;
case 1:
return false;
default: