How can I achieve a JTextArea effect using JLabel?
I want the output to be displayed every time the button is pressed down the next line instead of replacing the text already exists, i.e. How is the append method for JLabel?
I just want it to follow the same behavior as JTextArea.append.
I also want to add a hyperlink to each line.
source share