Skip to content

Table model for (rows, columns) - unnecessary extension of DefaultTableModel #62

Closed
@Sciss

Description

@Sciss

override def setValueAt(value: Any, row: Int, col: Int) {

I might be missing something, but to me it seems unnecessary to extend DefaultTableModel at all here, the overridden method calls super with no changes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions