Hey! I am learning a bit of jframe, and I was wondering if anyone knew how to make a JScrollPane display an RSS Feed? I have the feed already, I just need to know how to have the JScrollPane display it, thank you!

Recommended Answers

All 3 Replies

Put a JTextArea in the scroll pane, and keep adding your RSS text to the text area.

That works, but i need it to display a web page, so it will automatically update, but in doing that the people would have to redownload it after each change.

If you run as an applet then the applet can establish a Socket connection back to the server so the server can update it whenever it wants.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.