JLabel append?
807591Apr 7 2008 — edited Apr 7 2008How would I go about achieving the effect of JTextArea with JLabel?
I want the output to be displayed every time the button is clicked on the next line down instead of replacing what text is already there, IE: like an append method for JLabel? I just want it to follow the same behavior as JTextArea.append. Also I need to calculate how many lines there are each time I add a new line.
Thanks tons,
- GoOsE