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 3 of 3

Thread: Don't know how to do make this works: SWING issue

  1. #1
    Junior Member
    Join Date
    Nov 2012
    Posts
    4
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Don't know how to do make this works: SWING issue

    Hello Guys! My first post here, hope you can help me out.

    I've some problems to figure out how to make the underlined red part in the screenshot using Swing. So yes it's a GUI issue. Specifically I'm doing a little project about TV Series and i don't know how to show the characters' name in horizontal scrolling.

    Is anyone able to show me the extends JTabbedPane about my particular problem?

    If I miss something please let me know.

    Thanks!

    SCREENSHOT: http://img138.imageshack.us/img138/5381/screenxk.png


  2. #2
    Super Moderator curmudgeon's Avatar
    Join Date
    Aug 2012
    Posts
    1,130
    My Mood
    Cynical
    Thanks
    64
    Thanked 140 Times in 135 Posts

    Default Re: Don't know how to do make this works: SWING issue

    This is your image: screenxk.jpg

    And you don't need to extend a JTabbedPane to do this.

    Instead you could create a JPanel with a GridLayout(1, 0), add JLabels to it that represent the names, put it in a JScrollPane, and put the JScrollpane in the BorderLayout.NORTH position of a BorderLayout-using JPanel. Then add that JPanel to the JTabbedPane.

  3. The Following User Says Thank You to curmudgeon For This Useful Post:

    hamisto90 (November 6th, 2012)

  4. #3
    Junior Member
    Join Date
    Nov 2012
    Posts
    4
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Re: Don't know how to do make this works: SWING issue

    Thank you so much for your suggestions....I will try to do this and I will post any update...

Similar Threads

  1. This Works In My Other Code But Not This One?
    By Ooogel in forum What's Wrong With My Code?
    Replies: 3
    Last Post: October 5th, 2012, 05:49 PM
  2. Why don't more companies make their games in Java
    By cheadleand in forum The Cafe
    Replies: 8
    Last Post: October 3rd, 2012, 08:20 AM
  3. Java Issue / Cache issue
    By VisualPK in forum What's Wrong With My Code?
    Replies: 1
    Last Post: April 14th, 2012, 08:43 PM
  4. Replies: 3
    Last Post: June 11th, 2011, 02:40 PM
  5. Replies: 0
    Last Post: November 27th, 2010, 10:47 PM