I'm learning Java and I've copied a very long program from a book but I get an error saying:
102: error: illegal character \96
There seems to be a problem with the line:
JCheckBox jc = checkBoxList.ge t(j + 16 * i);
Any ideas? I've googled about but found nothing.
PictoPirate
102: error: illegal character \96
There seems to be a problem with the line:
JCheckBox jc = checkBoxList.ge t(j + 16 * i);
Any ideas? I've googled about but found nothing.
PictoPirate
Comment