Search:

Type: Posts; User: copeg

Search: Search took 0.21 seconds.

  1. Thread: jTable and jdbc

    by copeg
    Replies
    6
    Views
    5,030

    Re: jTable and jdbc

    Post an SSCCE that demonstrates the problem and it can be dealt with. If you are using a GUI builder and are more familiar with building things manually - then my opinion is (unless you have the time...
  2. Thread: jTable and jdbc

    by copeg
    Replies
    6
    Views
    5,030

    Re: jTable and jdbc

    See the API for JTable (Java Platform SE 6) It has a method getSelectedRow (and getSelectedRows for multiple selection tables) which returns an integer of the row returned (or -1 for no selection)....
Results 1 to 2 of 2