Search:

Type: Posts; User: tomrey

Search: Search took 0.15 seconds.

  1. Re: How to select default value of jRadioButton inside jTable

    I found how using:

    table.setValueAt(true, 0, 1);

    Thanks a lot anyway.
  2. 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 2 of 2