• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Event in jButton

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Correction: Gave the wrong table name.

jTextArea1.setText(table.getRowCount);

still nothing happens. I dont get the row count.
 
reply
    Bookmark Topic Watch Topic
  • New Topic