I've created a jTable on netbeans (drag and drop from swing controls) and then populated it with data from SQL database. I then added a mouseclicked event so that when it is clicked, another jFrame will open.
My problem is, when I double-click on a cell, it becomes editable. Any suggestions to make it non-editable? If isCellEditable is a solution? where should it be placed as I got no idea where my jTable properties code is since i created it visually