Advertisement

02.22.2007 at 01:11AM PST, ID: 22405743
[x]
Attachment Details

refresh the parent swing  Form from the child form ......using java swing

[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

7.8
Tags:

java, swing, form, parent, child

hi experts
i have a Form contain a JTable that retrieve   the data from the database when this form be loaded , and fill the JTable , in this form also i have a "ADD" button when you press this button a new windows Form will appear have a text boxes , when you fill the text boxes in this Form and press "insert " button , a new row will added to the table from the database , but this row do not appear in the parent form unless i close the parent form and open this form again .

the question is , how i can insert a row to the database from the Child Form and when i  press save the child form will be closed , and the row will appear in the JTable in the parent form directly .

thank you
Answered By: mayankeagle
Expert Since: 02/25/2003
Accepted Solutions: 2949
Computer Expertise: Guru
Education: Manipal Institute of Technology, Bachelor's Degree
mayankeagle has been an Expert for 5 years 10 months, during which he has posted 17620 comments and answered 2949 questions. mayankeagle is just one of 114 experts in the Java AWT & Swing Zone. 1 expert collaborated on this answer, which was graded an "A" by the asker.
 
 
20081119-EE-VQP-47