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: linking frames

  1. #1
    Junior Member
    Join Date
    Jan 2013
    Location
    Nigeria
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default linking frames

    i created java frames, but i want them linked together. when you click a link in one page, it takes u to another page. how do i go about it?


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: linking frames

    click a link in one page,
    Is this an HTML problem? This forum is for java programming.
    If you don't understand my answer, don't ignore it, ask a question.

  3. #3
    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: linking frames

    If this is a Java Swing issue, then you shouldn't be creating multiple JFrames for this but rather multiple JPanels that are swapped in your JFrame via a CardLayout. Google the tutorial as it will explain all.

Similar Threads

  1. linking of classes
    By henryjavaprofor in forum Object Oriented Programming
    Replies: 8
    Last Post: May 6th, 2012, 05:39 PM
  2. Linking class's
    By Tate in forum Object Oriented Programming
    Replies: 3
    Last Post: February 23rd, 2012, 04:12 AM
  3. Linking two JLists
    By mib1bee in forum AWT / Java Swing
    Replies: 2
    Last Post: December 30th, 2010, 02:19 PM
  4. GIF frames
    By vsector in forum AWT / Java Swing
    Replies: 0
    Last Post: April 15th, 2010, 05:25 PM
  5. [SOLVED] How to link two different class?
    By John in forum Object Oriented Programming
    Replies: 11
    Last Post: April 27th, 2009, 02:57 PM