How to get value from 1st panel and insert in 2nd panel in Java Swing

Posted by charan on Stack Overflow See other posts from Stack Overflow or by charan
Published on 2010-05-31T02:46:23Z Indexed on 2010/05/31 3:12 UTC
Read the original article Hit count: 446

Filed under:
|

Hi. I had employ name Text Field in 1st panel in D module. when i click generate button the employ name automatically update in display panel Employe Name Textfield in E module. so in both the panels the value must be same. how can i get the value from D module and update in E module by using Java Swing.

© Stack Overflow or respective owner

Related posts about java

Related posts about swing