Search:

Type: Posts; User: repryd

Search: Search took 0.15 seconds.

  1. Replies
    7
    Views
    1,679

    Re: JCheckBoxInJTableSelection

    can you show me how to store selected checkbox values into an array...?
    for example:
    in a jtable where the first column contains checkboxes in which you need to check or...
  2. Replies
    7
    Views
    1,679

    Re: JCheckBoxInJTableSelection

    empmodel.addTableModelListener(new TableModelListener()
    {
    public void tableChanged(TableModelEvent e)
    {

    int...
  3. Replies
    7
    Views
    1,679

    Re: JCheckBoxInJTableSelection

    my problem is that i want to get the checked values of the checkboxes whenever the save button is being pressed...

    empmodel.addTableModelListener(new TableModelListener()
    {...
  4. Replies
    7
    Views
    1,679

    JCheckBoxInJTableSelection

    hi, im new to java and im having problems with getting the selected checkbox in a jtable cell....i want to get the values of the selected one and store it into an array...could anybody help me how?...
Results 1 to 4 of 4