Search:

Type: Posts; User: tomrey

Search: Search took 0.12 seconds.

  1. Replies
    0
    Views
    1,161

    Why I populate 2 times the same jTable

    I made 4 jtables with jradio buttons inside, every selected row filter the content of the next jtable. I can't find why I populate the subfamily jtable with 2 recordsets at the same time. For...
  2. Replies
    0
    Views
    1,310

    Why I populate 2 times the same jtable

    I made 4 jtables with jradio buttons inside, every selected row filter the content of the next jtable. I can't find why I populate the subfamily jtable with 2 recordsets at the same time. For...
  3. Re: How to select default value of jRadioButton inside jTable

    I found how using:

    table.setValueAt(true, 0, 1);

    Thanks a lot anyway.
  4. How to select default value of jRadioButton inside jTable

    Hi experts.

    I am new in java but I've spent time learning. I created a jTable with jRadioButton inside using JDBC, my code:



    MyObjectManager manager = new MyObjectManager();
    ...
Results 1 to 4 of 4