hi im making a program to make characters for alphanumeric lcds
however it doesnt seem to redraw after clicking, when clicking, it should invert the alpha channel coefficient of the fill so the rectangle gets transparent, however it does not i cant figure out why
here is the code any ideas?
int[] sqclr = {200, 200, 200}; int seph = 10; int sepv = 10; int[] x = new int[5]; int[] y = new int[8];