[Java] Systemunabhängiger Zeilenvorschub in String

// entspricht \n
String NEW_LINE = System.getProperty("line.separator");

String s = "Test" + NEW_LINE;