URL « JTextArea « Java Swing Q&A





1. How can I add a clickable url in a JtextArea    stackoverflow.com

I am writing an application and in that I am using JTextArea to display some text. Now I want to show some clickable url in JTextArea along with the normal text ...

2. URL into a JTextArea    forums.oracle.com

Hi all, I have a problem. I wanted to put and read text out of a file on a server. I used the methods: JTextArea.read(new FileReader(Map), String content) and JTextArea.write((new FileReader(Map)). But now, the files are on another PC, so... How could I read out and write in the file on the server? Ty, Jasper