JTextArea text = new JTextArea(); for (Object n : liste) text.append(n.toString() + "\n ");
58.7k Fragen
251k Antworten
7.3k Nutzer