Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.11 seconds.

  1. Replies
    1
    Views
    4,192

    Re: JTable CheckBoxes

    Lol, nevermind. I figured both out like the second I posted this.

    If anyone has a similar issue, I forgot the most important statement:
    table.setValueAt(true,table.getSelectedRow(),1);

    Adding...
  2. Replies
    1
    Views
    4,192

    JTable CheckBoxes

    I have a JTable, X Rows by 4 Columns. The first column is text, but the other 3 are CheckBoxes. I am attempting to make it so when 1 CheckBox is selected, the other 2 in its row deselect. However I...
Results 1 to 2 of 2