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: JCheckBox and sql recordset

  1. #1
    Member
    Join Date
    Mar 2011
    Posts
    47
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default JCheckBox and sql recordset

    hi.. i am working on a simple java application that run on the user pc locally... the application is some sort of bill management.. when the user click customer the program will get the list from the database and display on the JTextField with checkboxes beside every record in Frame A.. the user could select those check boxes and click on example status.. the program will go to Frame B with all the data being selected at Frame A??

    i am trying to find out how do i link the recordset with the check box so that the i got do the transfer from frame A to frame B?


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: JCheckBox and sql recordset

    This thread has been cross posted here:


    http://www.java-forums.org/database/50219-jcheckbox.html

    Although cross posting is allowed, for everyone's benefit, please read:

    Java Programming Forums Cross Posting Rules

    The Problems With Cross Posting


Similar Threads

  1. How to implement JCheckBox inside JButton?
    By s1w in forum AWT / Java Swing
    Replies: 2
    Last Post: September 16th, 2011, 12:18 PM
  2. JCheckBox help is this possible?
    By derekxec in forum AWT / Java Swing
    Replies: 5
    Last Post: September 12th, 2011, 05:40 PM