How to show Java dynamic table in main form instead of new generating form
- by jitendra muradnar
I am trying to display a java table on particular event like, when I click button.
It makes a DB connection, gets data, puts it into the table, and shows the table in new window. But I want to display that table in my main form, i.e. itself button frame.