dtm.addRow(new Object[]{new Boolean(false), new String(""), new String("doc")});
dtm.addRow(new Object[]{new Boolean(false), new String(""), new String("doc")});
TableColumn tc = table.getColumnModel().getColumn(0);
tc.setResizable(true);
tc.setHeaderRenderer(new...
hi,
if i select the header(checkbox) all the check boxes in each row will get selected..if i deselect any of the checkbox in a row it should deselect the header(checkbox)..
but here it not doing it so..plz solve my problem
if i select the headercheckbox all the check boxes in each row will get selected..if i deselect any of the checkbox in a row it should deselect the headercheckbox
Code is here below
***********************************************************
import java.awt.*;
import javax.swing.*...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.