Search:

Type: Posts; User: aslanali555

Search: Search took 0.07 seconds.

  1. Replies
    7
    Views
    3,547

    Re: Making JTable Non-Editable

    If I don't use "DbUtils.resultSetToTableModel" I can make non-editable.
    How can I make non-editabale using " jTable2.setModel(DbUtils.resultSetToTableModel(resultSet)"


    jTable2.setModel(new...
  2. Replies
    7
    Views
    3,547

    Re: Making JTable Non-Editable

    :o Ok. I declerad the class. and I implement "isCelleditable" method .But I did not apply setmodel
  3. Replies
    7
    Views
    3,547

    Re: Making JTable Non-Editable

    How can I do class that implemenst TableModel and apply. You can explain this?
  4. Replies
    7
    Views
    3,547

    Making JTable Non-Editable

    I want to make non-editable to table.
    I am taking data using DbUtils. I can take the data but I can not make non-editabale.

    try {
    String SQL = "SELECT * FROM tblmalzemeler ";
    ...
Results 1 to 4 of 4