Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Read RSS feeds and add them to JFrame

  1. #1
    Junior Member
    Join Date
    May 2013
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Read RSS feeds and add them to JFrame

    Ok i am making a program and i want whenever someone opens the main GUI to be an area where RSS feeds from a blog or twitter will be displayed as the programs least news how can i get the RSS feeds and turn them into properly formated text?


  2. #2
    Super Moderator jps's Avatar
    Join Date
    Jul 2012
    Posts
    2,642
    My Mood
    Daring
    Thanks
    90
    Thanked 263 Times in 232 Posts

    Default Re: Read RSS feeds and add them to JFrame

    Break the problem up into smaller parts.
    Work on getting RSS feeds into the program first, and after that works worry about some output, and after that works work on formatting the output how you want it.
    Be sure to include the full text of any error messages with the code if you have any questions.
    Each step broken down into smaller steps should make this a fairly straight forward project with plenty of research materials available every step of the way.
    (This seems like a common task in general)

Similar Threads

  1. Replies: 5
    Last Post: February 15th, 2013, 05:01 PM
  2. How Do i add pictures to a jframe?
    By Java Programmer in forum What's Wrong With My Code?
    Replies: 10
    Last Post: January 21st, 2012, 12:34 PM
  3. add jscrollpane to jframe
    By pravinrasal in forum AWT / Java Swing
    Replies: 1
    Last Post: November 14th, 2011, 07:01 AM
  4. [SOLVED] Add more components from JFrame Form
    By zecute in forum AWT / Java Swing
    Replies: 3
    Last Post: May 11th, 2011, 07:30 AM
  5. Implementing RSS Feeds
    By madhu_sushmi in forum Java Networking
    Replies: 0
    Last Post: April 1st, 2010, 07:57 PM

Tags for this Thread