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

Thread: How to link jframe to Master/details sample form?

  1. #1
    Junior Member
    Join Date
    Jan 2012
    Posts
    16
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How to link jframe to Master/details sample form?

    When i click a button in Jframe to link to master/details sample form. There show some error.

    I using this way to link between jframe is working fine. But it is not working with Jframe to master/details sample form.

    The master/details sample form name is set as "test"

    test Paneltest = new test();
    Paneltest.setVisible(true);


    Anyone can help?


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: How to link jframe to Master/details sample form?

    Post the exact error, copied and pasted from exactly as it appears at your end, and the code that causes the error.

  3. #3
    Junior Member
    Join Date
    Jan 2012
    Posts
    16
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: How to link jframe to Master/details sample form?

    Quote Originally Posted by GregBrannon View Post
    Post the exact error, copied and pasted from exactly as it appears at your end, and the code that causes the error.
    run:
    [EL Info]: 2013-10-12 16:49:34.584--ServerSession(9947599)--EclipseLink, version: Eclipse Persistence Services - 2.5.0.v20130507-3faac2b
    [EL Info]: connection: 2013-10-12 16:49:34.779--ServerSession(9947599)--file:/C:/Users/kit/Desktop/lab 2/DeliveryManagementSystem/build/classes/_DMSPU login successful

    There show build successful but no respond .

  4. #4
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: How to link jframe to Master/details sample form?

    You're right. I asked you to post the error(s) you mentioned in your first post, and now you suggest there are none. There's nothing we can do to help you with the info you've posted. It's about the same as my asking you to help me with a noise I've heard coming from my car.

Similar Threads

  1. [SOLVED] How to maximize a JFrame Form?
    By Yogesh4591 in forum AWT / Java Swing
    Replies: 4
    Last Post: July 28th, 2012, 11:17 AM
  2. How to maximize a JFrame Form?
    By Yogesh4591 in forum AWT / Java Swing
    Replies: 1
    Last Post: July 26th, 2012, 11:59 AM
  3. Java master
    By mansur in forum Member Introductions
    Replies: 2
    Last Post: May 19th, 2011, 09:14 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. Open JFrame Form With Button
    By cardamis in forum AWT / Java Swing
    Replies: 2
    Last Post: April 12th, 2011, 03:18 AM