| Author |
Event in jButton
|
MR Chahal
Greenhorn
Joined: Nov 27, 2005
Posts: 14
|
|
Hi I have connected a table to a database in jFrame through coding. Not the drag and drop jtable from the component panel. My problem is how will i interact with that table through the normal drag and drop jbutton? This is my code: When i add a new button the generated code looks like this : But when i type something like for example jTextArea1.setText(tmodel.getRowCount); Nothing happens. Its like the table is not there. Any help with this will be greatly appreciated.
|
 |
MR Chahal
Greenhorn
Joined: Nov 27, 2005
Posts: 14
|
|
Correction: Gave the wrong table name. jTextArea1.setText(table.getRowCount); still nothing happens. I dont get the row count.
|
 |
 |
|
|
subject: Event in jButton
|
|
|