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