I tried to show the fileds from main directly, but due to the fact that fields are not allowed to be static (even if the requirement does not say this - but validation gives an error then) I cant manage. So I printed them all in the constructor... Works, but is not accepted. So how to solve this? (Even showing all the values in one line with blank in between does not help)