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: Duda Con JFrames

  1. #1
    Junior Member
    Join Date
    Jun 2011
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default JFrame`s question

    well I'm from peru and I'm going slowly with SWING, now I have an exercise to do is develop a system with a main menu and 2 buttons which I take one to a record of client and another to see in a JTable which have been registered, the program is developed at the memory, I mean BD is not used, some form of programming for the data when changing JFrame these data are not lost
    Last edited by GuzmanDiaz18; June 1st, 2011 at 11:17 PM.


  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: Duda Con JFrames

    Do you have a question about your program?

  3. #3
    Junior Member
    Join Date
    Jun 2011
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Duda Con JFrames

    bone, as I can store data in the main menu RegistroClientes and then pass it to the list of tables.

  4. #4
    Junior Member
    Join Date
    Jun 2011
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Duda Con JFrames

    Well, I want to clarify again the idea of ​​the program and that I am beginning to set, the idea is that data are not lost in the arrangements are kept in the Main Menu Frame because it never closes and therefore never lose. I have saved well and in arrangements and are in the Main Menu Frame, but now how is that through this method where the data is stored and assign the can get the JTable to be in a separate JFrame. If not let me understand.

Similar Threads

  1. JFrames and JMenuBars
    By rushhour in forum AWT / Java Swing
    Replies: 3
    Last Post: November 4th, 2010, 05:14 PM
  2. JFrames not coming up?
    By scooty199 in forum AWT / Java Swing
    Replies: 13
    Last Post: October 30th, 2010, 02:54 AM
  3. Multiple JFrames
    By Scottj996 in forum AWT / Java Swing
    Replies: 1
    Last Post: April 15th, 2010, 05:24 AM