Having difficulty accessing private fields in my sketch even when using
field.setAccessible(true) ;
which seems to be the generally accepted method. So I have to put all the dynamic variables to public. I haven’t yet taken a serious look at the state of variables when declared and they always remain with whatever the default is, ie nothing no public no private no static or anything. Is there any reason this would cause a serious problem to the program?