Hi,

Does anybody know how to create a new line break in Java? I tried to use System.out.prin tln("\n"); but it never worked... Thanks in advance for your help

Cla