Klonen
parent
edcf54650b
commit
3cc88a0212
|
@ -30,7 +30,7 @@ public class KontoAnlegenFrame extends JFrame implements ActionListener {
|
|||
|
||||
ausgabe = new JTextArea(5, 20);
|
||||
ausgabe.setLineWrap(true);
|
||||
ausgabe.setWrapStyleWord(true);//
|
||||
ausgabe.setWrapStyleWord(true);
|
||||
|
||||
// Die Ausgabe automatisch scrollbar machen, wenn Sie nicht
|
||||
// mehr auf den Bildschirm passen sollte.
|
||||
|
|
Loading…
Reference in New Issue