passing an object from one JDialog to Jframe
Hi ,
am a newbie to Swing .
I have an appliction consisting multiple components , I created a JFrame where I have a load button .
When i hit the load button , it opens a jdialog , where I have to fill in some crieteria for filtering a data out of db .
I have to send that filtered object to the JFrame again for loading it into the table which is present in 1st JFrame .
I am able to reteive that obj in jframe , but unable to paint the JFAME with new data .
Please help..