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.