How to show Java dynamic table in main form instead of new generating form
        Posted  
        
            by jitendra muradnar
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by jitendra muradnar
        
        
        
        Published on 2010-03-23T15:20:15Z
        Indexed on 
            2010/03/23
            15:23 UTC
        
        
        Read the original article
        Hit count: 405
        
java
|netbeans6.7
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.
© Stack Overflow or respective owner