I know that the audience of JIF is very small in numbers, but that's that Stack Overflow is for. My question has to do with if anyone has a snipset with which I can declassify a String and send it as output to screen. Example:
String data{Alice:} = "123";
output.println("this is it" + data);
note: more appropriate tag would be JIF, but I can not add tags yet.